From 538ead19b7e915a6ff6dbf2ee1b3e598ade3599f Mon Sep 17 00:00:00 2001 From: orchidman Date: Thu, 19 Apr 2012 15:04:04 +0200 Subject: libshairport 1.2-1 ajout port --- libshairport/.footprint.i686 | 12 ++++++++++++ libshairport/.footprint.x86_64 | 12 ++++++++++++ libshairport/.md5sum.i686 | 0 libshairport/.md5sum.x86_64 | 0 libshairport/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 libshairport/.footprint.i686 create mode 100644 libshairport/.footprint.x86_64 create mode 100644 libshairport/.md5sum.i686 create mode 100644 libshairport/.md5sum.x86_64 create mode 100644 libshairport/Pkgfile (limited to 'libshairport') 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 diff --git a/libshairport/.md5sum.x86_64 b/libshairport/.md5sum.x86_64 new file mode 100644 index 000000000..e69de29bb 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 +# 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 +} -- cgit v1.2.3-54-g00ecf