diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 14:45:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 14:45:41 +0000 |
commit | 18ac3a733ebb7bd433f5297fd83abc0b4097ff35 (patch) | |
tree | 1f300bba525e1d18665c3ea55f75a8fa46ef0499 /testing/rp-pppoe | |
parent | a125a33bb3ba9e398517ffdba19f755f0e348775 (diff) | |
download | aports-18ac3a733ebb7bd433f5297fd83abc0b4097ff35.tar.bz2 aports-18ac3a733ebb7bd433f5297fd83abc0b4097ff35.tar.xz |
testing/rp-pppoe: split -doc to subpackage
Diffstat (limited to 'testing/rp-pppoe')
-rw-r--r-- | testing/rp-pppoe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rp-pppoe/APKBUILD b/testing/rp-pppoe/APKBUILD index a9ce7d0793..b8c2f6b18e 100644 --- a/testing/rp-pppoe/APKBUILD +++ b/testing/rp-pppoe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rp-pppoe pkgver=3.10 -pkgrel=2 +pkgrel=3 pkgdesc="Roaring Penguin\'s Point-to-Point Protocol over Ethernet client" url="http://www.roaringpenguin.com/pppoe/" arch="x86 x86_64" @@ -10,7 +10,7 @@ license="LGPL" depends= makedepends= install= -subpackages= +subpackages="$pkgname-doc" source="http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz rp-pppoe.initd" |