summaryrefslogtreecommitdiff
path: root/community/start-stop-daemon/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-12 01:16:13 -0700
committerroot <root@rshg054.dnsready.net>2013-05-12 01:16:13 -0700
commit5b9e0d821dd428792bd51ed03af2b800924ce69d (patch)
treee789152a7a0fd6ae4eb0a7d0e572d392f81beca4 /community/start-stop-daemon/PKGBUILD
parent207b7c7b0d7bc0db898a2386a665bdb20495fb19 (diff)
Sun May 12 01:15:39 PDT 2013
Diffstat (limited to 'community/start-stop-daemon/PKGBUILD')
-rw-r--r--community/start-stop-daemon/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD
deleted file mode 100644
index 3f62b8668..000000000
--- a/community/start-stop-daemon/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 76825 2012-09-30 15:07:25Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
-# Contributor: Soup <soup a.t soultrap d.o.t n.e.t>
-# Contributor: Vladimir Koshelenko <koshelenko@rndavia.ru>
-
-pkgname=start-stop-daemon
-pkgver=1.15.8.13
-pkgrel=1
-pkgdesc='Start and stop system daemon programs'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://packages.qa.debian.org/d/dpkg.html'
-depends=('glibc')
-source=("http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.bz2")
-md5sums=('7f6ea19838311a66fdacce17991eba85')
-
-build() {
- cd dpkg-$pkgver
- ./configure --without-dselect --without-update-alternatives --without-install-info
- (cd lib && make)
- cd utils && make
-}
-
-package() {
- cd dpkg-$pkgver
- install -D -m 755 utils/start-stop-daemon "$pkgdir/usr/bin/start-stop-daemon"
- install -D -m 644 man/start-stop-daemon.8 "$pkgdir/usr/share/man/man8/start-stop-daemon.8"
-}
-
-# vim:set ts=2 sw=2 et: