summaryrefslogtreecommitdiffstats
path: root/libshairport/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libshairport/Pkgfile')
-rw-r--r--libshairport/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libshairport/Pkgfile b/libshairport/Pkgfile
new file mode 100644
index 000000000..7b6f04c32
--- /dev/null
+++ b/libshairport/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Emule un AirPort Express
+# URL: https://github.com/amejia1/libshairport
+# Packager: lesibel at free dot fr
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Depends on: libao
+# Run on: libao
+
+name=libshairport
+version=1.2.1
+release=1
+source=()
+
+build() {
+ git clone git://github.com/amejia1/libshairport
+ cd $name
+ autoreconf -vif
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}