diff options
Diffstat (limited to 'testing/qpage/APKBUILD')
-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 c93b542c2..f0ddff4a7 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 |