commit 27df4ebb0bb244e30d7f0b854c8af701114fc176 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Tue Feb 19 07:42:02 2008 -0500 freealut: Remove from opt, Danny Rawlins is adopting in contrib (currently unmaintained). diff --git a/freealut/.footprint b/freealut/.footprint deleted file mode 100644 index eaf5b60..0000000 --- a/freealut/.footprint +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/freealut-config -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/AL/ --rw-r--r-- root/root usr/include/AL/alut.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libalut.a --rwxr-xr-x root/root usr/lib/libalut.la -lrwxrwxrwx root/root usr/lib/libalut.so -> libalut.so.0.1.0 -lrwxrwxrwx root/root usr/lib/libalut.so.0 -> libalut.so.0.1.0 --rwxr-xr-x root/root usr/lib/libalut.so.0.1.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/freealut.pc diff --git a/freealut/.md5sum b/freealut/.md5sum deleted file mode 100644 index de0f20f..0000000 --- a/freealut/.md5sum +++ /dev/null @@ -1 +0,0 @@ -e089b28a0267faabdb6c079ee173664a freealut-1.1.0.tar.gz diff --git a/freealut/Pkgfile b/freealut/Pkgfile deleted file mode 100644 index 76840a1..0000000 --- a/freealut/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A free implementation of OpenAL's ALUT standard -# URL: http://www.openal.org/ -# Maintainer: Matt Housh, jaeger at crux dot nu -# Depends on: openal - -name=freealut -version=1.1.0 -release=1 -source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}