summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302016-10-22 16:42:39 +0200
committerM0Rf302016-10-22 16:42:39 +0200
commit2c0dc5981b909c227fdf6efd9fc739adb8ed34f2 (patch)
treef52aad0724051521442f90bdbc6961dfadd7e1c1 /PKGBUILD
parentd3f8cd60f09947d965453741c0a4cbe55c9ff440 (diff)
downloadaur-2c0dc5981b909c227fdf6efd9fc739adb8ed34f2.tar.gz
no conflicts with libshout
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14e4c78a798b..b64632bbb0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=libshout-idjc
pkgver=2.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex')
-options=('!libtool' '!emptydirs')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+options=('!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-provides=('libshout')
-conflicts=('libshout')
license=('LGPL')
build()
@@ -24,7 +22,7 @@ build()
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
-
+ make DESTDIR="${pkgdir}" uninstall-m4dataDATA
}
md5sums=('8c29d5a17207489c9d61a8b501774af4')