summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:55:42 +0200
committerM0Rf302015-06-17 15:55:42 +0200
commitd166e05d72ce3be85b602edbffbd2cd003721cf1 (patch)
treef4e1d2b534f16470c6a346db1dc3b5922161580a
downloadaur-d166e05d72ce3be85b602edbffbd2cd003721cf1.tar.gz
Initial import
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD25
2 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3d54415890b9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = libshout-idjc
+ pkgdesc = Libshout-idjc is libshout plus some extensions for IDJC.
+ pkgver = 2.3.1
+ pkgrel = 2
+ url = http://idjc.sourceforge.net/
+ arch = i686
+ arch = x86_64
+ license = LGPL
+ depends = libvorbis
+ depends = libtheora
+ depends = speex
+ options = !libtool
+ options = !emptydirs
+ source = http://downloads.sourceforge.net/idjc/libshout-idjc/libshout-idjc-2.3.1.tar.gz
+ md5sums = 7b2cb89f1e7863522597b1e27fd4a2b7
+
+pkgname = libshout-idjc
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d18adf9a5140
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Mantainer: M0Rf30
+pkgname=libshout-idjc
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Libshout-idjc is libshout plus some extensions for IDJC."
+arch=(i686 x86_64)
+url="http://idjc.sourceforge.net/"
+depends=('libvorbis' 'libtheora' 'speex')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+license=('LGPL')
+
+build()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make LDFLAGS+=-lspeex
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('7b2cb89f1e7863522597b1e27fd4a2b7')