~alpine/aports

main/expect: add doc subpackage v1 PROPOSED

Christian Kampka: 1
 main/expect: add doc subpackage

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1620/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/expect: add doc subpackage Export this patch

---
 main/expect/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/expect/APKBUILD b/main/expect/APKBUILD
index af25d90..b0ce917 100644
--- a/main/expect/APKBUILD
+++ b/main/expect/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=expect
pkgver=5.45
pkgrel=2
pkgrel=3
pkgdesc="A tool for automating interactive applications"
url="http://www.nist.gov/el/msid/expect.cfm"
arch="all"
@@ -10,7 +10,7 @@ license="custom"
depends=""
depends_dev="tcl-dev"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/project/expect/Expect/$pkgver/$pkgname$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname$pkgver
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---