summaryrefslogtreecommitdiff
path: root/community/synce-hal/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-08 13:56:25 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-08 13:56:25 +0000
commit665308e50fd95e984da057ab8ddb6505b596b841 (patch)
tree5e25997f87cdddb052b9b26cbb285674cae6f3c2 /community/synce-hal/PKGBUILD
parent0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 (diff)
Mon Aug 8 13:56:24 UTC 2011
Diffstat (limited to 'community/synce-hal/PKGBUILD')
-rw-r--r--community/synce-hal/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/synce-hal/PKGBUILD b/community/synce-hal/PKGBUILD
deleted file mode 100644
index 4b1e4849f..000000000
--- a/community/synce-hal/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 46079 2011-05-03 10:20:22Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: ansgras <ataflinski@uni-koblenz.de>
-
-pkgname=synce-hal
-pkgver=0.15
-pkgrel=1
-pkgdesc="hal based alternative for SynCE dccm"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-license=('GPL')
-depends=('synce-libsynce' 'gnet' 'dhclient' 'hal' 'dbus')
-source=(http://switch.dl.sf.net/sourceforge/synce/synce-hal-$pkgver.tar.gz)
-md5sums=('796eca27a2ce561247e7a71375c242b6')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
- --with-hal-addon-dir=/usr/lib/hal/scripts
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}