diff options
Diffstat (limited to 'cdemu-client/PKGBUILD')
-rw-r--r-- | cdemu-client/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cdemu-client/PKGBUILD b/cdemu-client/PKGBUILD deleted file mode 100644 index 788785b..0000000 --- a/cdemu-client/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Maintainer: Mateusz Herych <heniekk@gmail.com> -# Contributor: Charles Lindsay <charles@chaoslizard.org> -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 -} |