libshout: taken over

This commit is contained in:
Danny Rawlins 2006-12-20 17:55:17 +11:00
parent 6a1d37a137
commit afb4eaf707
3 changed files with 38 additions and 0 deletions

16
libshout/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/shout/
-rw-r--r-- root/root usr/include/shout/shout.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libshout.a
-rwxr-xr-x root/root usr/lib/libshout.la
lrwxrwxrwx root/root usr/lib/libshout.so -> libshout.so.3.2.0
lrwxrwxrwx root/root usr/lib/libshout.so.3 -> libshout.so.3.2.0
-rwxr-xr-x root/root usr/lib/libshout.so.3.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/shout.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/shout.m4

1
libshout/.md5sum Normal file
View File

@ -0,0 +1 @@
4f75fc9901c724b712c371c9a1e782d3 libshout-2.2.2.tar.gz

21
libshout/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: library for communicating with an icecast server
# URL: http://www.icecast.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: libvorbis
name=libshout
version=2.2.2
release=1
source=(http://downloads.us.xiph.org/releases/libshout/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make && make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc/
}