diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/qmpdclient/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/qmpdclient/PKGBUILD')
-rw-r--r-- | community/qmpdclient/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD deleted file mode 100644 index f5b4eb9b7..000000000 --- a/community/qmpdclient/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 85391 2013-03-01 10:38:10Z andrea $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Vinay S Shastry <vinayshastry@gmail.com> - -pkgname=qmpdclient -pkgver=1.2.2 -pkgrel=3 -pkgdesc="A Qt4 client for MPD" -arch=('i686' 'x86_64') -url="http://bitcheese.net/wiki/QMPDClient" -license=('GPL') -depends=('qt4') -makedepends=('cmake') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://dump.bitcheese.net/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('ed65705eaae8fb10fdce34ce20e010757a87423c2874479e1466e4368a866289') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} |