summaryrefslogtreecommitdiff
path: root/repo/faac
diff options
context:
space:
mode:
Diffstat (limited to 'repo/faac')
-rw-r--r--repo/faac/faac.xibuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/repo/faac/faac.xibuild b/repo/faac/faac.xibuild
new file mode 100644
index 0000000..07b66fd
--- /dev/null
+++ b/repo/faac/faac.xibuild
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+MAKEDEPS="make xmlto"
+DEPS="musl"
+
+DESC="Freeware Advanced Audio Coder"
+
+PKG_VER=1_30
+SOURCE=https://github.com/knik0/faac/archive/$PKG_VER/faac-$PKG_VER.tar.gz
+
+build () {
+ ./bootstrap &&
+ ./configure --prefix=/usr --disable-static &&
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}