From 488d3624be68a1655fc8b40241f514e52855d18b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 18 Jun 2009 19:18:48 +0200 Subject: update --- cdemu-client/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cdemu-client/PKGBUILD (limited to 'cdemu-client') diff --git a/cdemu-client/PKGBUILD b/cdemu-client/PKGBUILD new file mode 100644 index 0000000..788785b --- /dev/null +++ b/cdemu-client/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Mateusz Herych +# Contributor: Charles Lindsay +pkgname=cdemu-client +pkgver=1.1.0 +pkgrel=2 +pkgdesc="Simple command-line client for controlling cdemu-daemon" +arch=('i686' 'x86_64') +url="http://cdemu.sourceforge.net/" +license=('GPL') +depends=('python' 'dbus-python' 'cdemu-daemon') +makedepends=('intltool') +conflicts=('cdemu') +source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2) +md5sums=('f41ce6892d452663fecb147395b916c3') + +build() { + cd $startdir/src/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$startdir/pkg install || return 1 +} -- cgit v1.2.3-24-g4f1b