diff options
author | Michael Mason <ms13sp@gmail.com> | 2010-03-08 20:59:30 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2010-03-08 20:59:30 +0000 |
commit | c34337fc2d13f4e9e07e5e330633d0980e0b2c99 (patch) | |
tree | e41144d06ae36ff07b604bcd8e5b2a7c50299a04 /testing/rtapd | |
parent | 3ebbbf50bfd737d0e60e62c654e24cd5e481b6f1 (diff) | |
download | aports-c34337fc2d13f4e9e07e5e330633d0980e0b2c99.tar.bz2 aports-c34337fc2d13f4e9e07e5e330633d0980e0b2c99.tar.xz |
Revert "Updated packages and adding new ones to testing"
This reverts commit 08d591b04acf41d5cdbc6d3c7c4206f2793e8d72.
Diffstat (limited to 'testing/rtapd')
-rw-r--r-- | testing/rtapd/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/rtapd/APKBUILD b/testing/rtapd/APKBUILD deleted file mode 100644 index 8a1552a91c..0000000000 --- a/testing/rtapd/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: Michael Mason <ms13sp@gmail.com> -pkgname=rtapd -_pkgname=rtnppd -pkgver=1.7 -pkgrel=0 -pkgdesc="Telocator Network Paging Protocol" -url="http://rtnppd.sourceforge.net/" -license="GPL" -depends="" -makedepends="" -install= -subpackages="" -source="http://downloads.sourceforge.net/$_pkgname/$pkgname-$pkgver.tar.gz - rtapd.initd - rtapd.confd" -_builddir="$srcdir"/$pkgname - -# append extra dependencies to -dev subpackage -# remove if not used. -# depends_dev="somepackage-dev" - -build() { - cd "$_builddir" - - make || return 1 -} - -package() { - cd "$_builddir" -# make DESTDIR="$pkgdir" install - install -m644 -D rtapd.conf "$pkgdir"/etc/$_pkgname/rtapd.conf - install -m644 -D tap_dev.conf "$pkgdir"/etc/$_pkgname/tap_dev.conf - install -m644 -D tap_route.conf "$pkgdir"/etc/$_pkgname/tap_route.conf - install -m644 -D ../rtapd.confd "$pkgdir"/etc/conf.d/rtapd - install -m755 -D ../rtapd.initd "$pkgdir"/etc/init.d/rtapd - #install -m755 -D archive/rdmsg "$pkgdir"/usr/bin/rdmsg -} - -md5sums="f3354efde507d29813754c8f4af7fa02 rtapd-1.7.tar.gz -bd5aa6b7477064be5966962b90be55b5 rtapd.initd -4378fc49b27dcc6ab7f2316ea2453338 rtapd.confd" |