diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 09:26:20 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-03-02 09:26:20 +0000 |
commit | 4f3272dc611e81b5c37a9c34ab63b82d9c6a2317 (patch) | |
tree | af239468db01648e0336249d73071a210560b11d /testing/qpage | |
parent | a3b37bc56a794d671a61ef4bfd177840d94ec2f8 (diff) | |
parent | 32c855584083dff4152ac2314ef0838b7019f2e6 (diff) | |
download | aports-4f3272dc611e81b5c37a9c34ab63b82d9c6a2317.tar.bz2 aports-4f3272dc611e81b5c37a9c34ab63b82d9c6a2317.tar.xz |
Merge branch 'master' of ssh://git.alpinelinux.org/gitroot/fcolista/aports
Conflicts:
testing/expect/APKBUILD
testing/ngrep/APKBUILD
testing/openvcp/APKBUILD
testing/perl-php-serialization/APKBUILD
testing/perl-sys-mmap/APKBUILD
testing/qpage/APKBUILD
Diffstat (limited to 'testing/qpage')
-rw-r--r-- | testing/qpage/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/qpage/APKBUILD b/testing/qpage/APKBUILD index c93b542c2c..f0ddff4a79 100644 --- a/testing/qpage/APKBUILD +++ b/testing/qpage/APKBUILD @@ -7,18 +7,16 @@ pkgdesc="Sends messages to an alphanumeric pager via TAP protocol." url="http://www.qpage.org/" arch="all" license="Custom" -depends= +depends="" depends_dev= -makedepends= +makedepends="$depends_dev" install="$pkgname.pre-install $pkgname.post-install" source="saveas-http://archive.debian.org/debian/pool/non-free/q/$pkgname/"$pkgname"_3.3final.orig.tar.gz/$pkgname-$pkgver.tar.gz config.input qpage.initd qpage.patch " - _builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$_builddir" for i in $source; do |