summaryrefslogtreecommitdiffstats
path: root/libshairport
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-04-19 15:04:04 +0200
committerorchidman <lesibel@free.fr>2012-04-19 15:04:04 +0200
commit538ead19b7e915a6ff6dbf2ee1b3e598ade3599f (patch)
tree0b08202ac1024a156c3bf04c5d003db0cdd80100 /libshairport
parent452837871b365901fe5b3139a4d21bb3478ec167 (diff)
downloadnutyx-extra-538ead19b7e915a6ff6dbf2ee1b3e598ade3599f.tar.gz
nutyx-extra-538ead19b7e915a6ff6dbf2ee1b3e598ade3599f.tar.bz2
nutyx-extra-538ead19b7e915a6ff6dbf2ee1b3e598ade3599f.tar.xz
nutyx-extra-538ead19b7e915a6ff6dbf2ee1b3e598ade3599f.zip
libshairport 1.2-1 ajout port
Diffstat (limited to 'libshairport')
-rw-r--r--libshairport/.footprint.i68612
-rw-r--r--libshairport/.footprint.x86_6412
-rw-r--r--libshairport/.md5sum.i6860
-rw-r--r--libshairport/.md5sum.x86_640
-rw-r--r--libshairport/Pkgfile20
5 files changed, 44 insertions, 0 deletions
diff --git a/libshairport/.footprint.i686 b/libshairport/.footprint.i686
new file mode 100644
index 000000000..f86e8c50a
--- /dev/null
+++ b/libshairport/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/shairport/
+-rw-r--r-- root/root usr/include/shairport/shairport.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libshairport.a
+-rwxr-xr-x root/root usr/lib/libshairport.la
+lrwxrwxrwx root/root usr/lib/libshairport.so -> libshairport.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libshairport.so.1 -> libshairport.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libshairport.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libshairport.pc
diff --git a/libshairport/.footprint.x86_64 b/libshairport/.footprint.x86_64
new file mode 100644
index 000000000..f86e8c50a
--- /dev/null
+++ b/libshairport/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/shairport/
+-rw-r--r-- root/root usr/include/shairport/shairport.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libshairport.a
+-rwxr-xr-x root/root usr/lib/libshairport.la
+lrwxrwxrwx root/root usr/lib/libshairport.so -> libshairport.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libshairport.so.1 -> libshairport.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libshairport.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libshairport.pc
diff --git a/libshairport/.md5sum.i686 b/libshairport/.md5sum.i686
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/libshairport/.md5sum.i686
diff --git a/libshairport/.md5sum.x86_64 b/libshairport/.md5sum.x86_64
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/libshairport/.md5sum.x86_64
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
+}