summaryrefslogtreecommitdiff
path: root/community/start-stop-daemon/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-12 11:23:20 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-12 11:23:20 +0200
commitea84a7ef4c3c637a7504361c6ac42e8ba93a6179 (patch)
tree0bee5e198a06cfeff7de0396c4739ae2569f7067 /community/start-stop-daemon/PKGBUILD
parente55fda657497bd8743c0a57d917316afe70950f8 (diff)
parent5b9e0d821dd428792bd51ed03af2b800924ce69d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/start-stop-daemon/PKGBUILD extra/claws-mail-extra-plugins/PKGBUILD extra/giflib/PKGBUILD extra/gvfs/PKGBUILD extra/latex2rtf/PKGBUILD extra/libgpod/PKGBUILD extra/libimobiledevice/PKGBUILD extra/libvpx/PKGBUILD extra/libwpg/PKGBUILD extra/libxml2/PKGBUILD extra/pixman/PKGBUILD extra/thunar-archive-plugin/PKGBUILD
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 9971fdac6..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' 'mips64el')
-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: