From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/alure/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 community/alure/PKGBUILD (limited to 'community/alure/PKGBUILD') diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD deleted file mode 100644 index 0db666fa2..000000000 --- a/community/alure/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Lukas Fleischer -# Contributor: Markus Martin - -pkgname=alure -pkgver=1.2 -pkgrel=2 -pkgdesc='Utility library to help manage common tasks with OpenAL applications.' -arch=('i686' 'x86_64') -url='http://kcat.strangesoft.net/alure.html' -license=('MIT') -depends=('openal') -makedepends=('cmake' 'libsndfile' 'libvorbis' 'flac' 'mpg123' 'dumb' 'fluidsynth') -optdepends=('libsndfile: for uncompressed audio support' - 'libvorbis: for OGG Vorbis support' - 'flac: for FLAC support' - 'mpg123: for MPEG support' - 'dumb: for IT, XM, S3M and MOD support' - 'fluidsynth: for SoundFont 2 support') -source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3088aba074ad02d95ea51e705053b9f5') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} -- cgit v1.2.3-54-g00ecf