diff options
| author | Jeff Bilyk <jbilyk@gmail.com> | 2013-05-30 11:04:28 -0400 |
|---|---|---|
| committer | Jeff Bilyk <jbilyk@gmail.com> | 2013-05-30 11:04:28 -0400 |
| commit | 31acb47aad9a61eb6b1ab51ee00a25a26f786e33 (patch) | |
| tree | 40a6434f560f08d8d280bde9232e9f32ddbe6566 /testing/rtapd | |
| parent | e7b5d3083c07c249bb5bb8c68852833605e55382 (diff) | |
| download | aports-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/APKBUILD | 6 |
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="" |
