blob: 7b6f04c3224c48eee1270d986b9b32992e01527b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}
|