diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ipset | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ipset')
-rw-r--r-- | community/ipset/PKGBUILD | 41 | ||||
-rw-r--r-- | community/ipset/ipset.service | 12 |
2 files changed, 0 insertions, 53 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD deleted file mode 100644 index a4d3cb929..000000000 --- a/community/ipset/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 90514 2013-05-12 23:45:55Z seblu $ -# Maintainer: Sébastien Luttringer - -pkgname=ipset -pkgver=6.19 -pkgrel=2 -pkgdesc='Administration tool for IP sets' -arch=('i686' 'x86_64') -url='http://ipset.netfilter.org' -license=('GPL2') -depends=('libmnl' 'bash') -backup=("etc/$pkgname.conf") -options=('!libtool') -source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2" - "$pkgname.service") -md5sums=('cabba1bd63a93f6e1c3db3fb22412b64' - '6be6a2b34c1f38fc8ad60828403e2077') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no - make -} - -package() { - pushd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # install doc - install -dm755 "$pkgdir/usr/share/doc/$pkgname" - install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname" - # install pkgconfig file - install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc" - popd - # systemd - install -Dm 644 $pkgname.service \ - "$pkgdir/usr/lib/systemd/system/$pkgname.service" - # default config file - install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/ipset/ipset.service b/community/ipset/ipset.service deleted file mode 100644 index 39183c7d7..000000000 --- a/community/ipset/ipset.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Loading IP Sets -Before=iptables.service - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore -ExecStop=/usr/bin/ipset destroy - -[Install] -WantedBy=multi-user.target |