aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rtapd
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2013-05-30 11:04:28 -0400
committerJeff Bilyk <jbilyk@gmail.com>2013-05-30 11:04:28 -0400
commit31acb47aad9a61eb6b1ab51ee00a25a26f786e33 (patch)
tree40a6434f560f08d8d280bde9232e9f32ddbe6566 /testing/rtapd
parente7b5d3083c07c249bb5bb8c68852833605e55382 (diff)
downloadaports-31acb47aad9a61eb6b1ab51ee00a25a26f786e33.tar.bz2
aports-31acb47aad9a61eb6b1ab51ee00a25a26f786e33.tar.xz
testing/{rtapd,rtnppd}: Add dependency and create user in pre-install script
Diffstat (limited to 'testing/rtapd')
-rw-r--r--testing/rtapd/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rtapd/APKBUILD b/testing/rtapd/APKBUILD
index 70c76a8d4f..2c406249e3 100644
--- a/testing/rtapd/APKBUILD
+++ b/testing/rtapd/APKBUILD
@@ -1,15 +1,15 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
+# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=rtapd
_altpkgname="rtnppd"
_builddir="$pkgname"
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="daemon for routing packets to rtnppd"
url="http://sourceforge.net/projects/rtnppd/"
arch="all"
license="GPL"
-depends=""
+depends="rtnppd"
makedepends="postgresql-dev"
install=
subpackages=""