diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fssos-nsvs/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fssos-nsvs/PKGBUILD')
-rw-r--r-- | community/fssos-nsvs/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/fssos-nsvs/PKGBUILD b/community/fssos-nsvs/PKGBUILD deleted file mode 100644 index d9e7a0399..000000000 --- a/community/fssos-nsvs/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 90505 2013-05-12 23:35:37Z eric $ -# Maintainer: Dale Blount <dale@archlinux.org> - -pkgname=fssos-nsvs -pkgver=0.5 -pkgrel=11 -pkgdesc="NSVS for FSSOS" -arch=('i686' 'x86_64') -url="http://fssos.sourceforge.net/" -license=('GPL') -depends=('bash' 'mariadb') -backup=('etc/nsvsd.conf') -options=('!libtool' '!makeflags') -install=$pkgname.install -source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz" - 'nsvsd.service') -md5sums=('3f17c2f6339f1a322b712b467023d825' - '9c791d2086e13f774548d9d6ba2cf9d5') - -build() { - cd nsvs-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make CFLAGS="${CFLAGS} -D_GNU_SOURCE" -} - -package() { - cd nsvs-$pkgver - make DESTDIR="$pkgdir" install - install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service" -} |