summaryrefslogtreecommitdiff
path: root/~xihh/lxmusic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~xihh/lxmusic/PKGBUILD')
-rw-r--r--~xihh/lxmusic/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/~xihh/lxmusic/PKGBUILD b/~xihh/lxmusic/PKGBUILD
deleted file mode 100644
index e0f549a55..000000000
--- a/~xihh/lxmusic/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Marcus Schulderinsky <mmaacceess at gmail dot com>
-
-pkgname=lxmusic
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="Lightweight XMMS2 client (part of LXDE)"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://lxde.org/"
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xmms2')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('962bca8f2dc307484828503aafe529f6')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr
- make || return 1
- mkdir -p $startdir/pkg/usr/bin
- make DESTDIR=$startdir/pkg install
-}