wok-6.x annotate libao-dev/receipt @ rev 6761

Down: make to 3.81. I'm doing this so we cause there are to many problems with 3.82 right now. For example: gst-plugins-base will not compile with the new make 3.82 since there are 8 spaces instead of tabs. Or libwebkit not compiling with -j 4. Best to wait on updating this for slitaz 5.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 17 23:32:20 2010 +0000 (2010-10-17)
parents
children 54ce68091a85
rev   line source
jozee@2661 1 # SliTaz package receipt.
jozee@2661 2
jozee@2661 3 PACKAGE="libao-dev"
jozee@2661 4 VERSION="0.8.8"
jozee@2661 5 CATEGORY="development"
jozee@2661 6 SHORT_DESC="libao devel files"
jozee@2661 7 MAINTAINER="rj.rohit@gmail.com"
jozee@2661 8 WANTED="libao"
jozee@2661 9 WEB_SITE="http://downloads.xiph.org/releases/ao/"
jozee@2661 10
jozee@2661 11
jozee@2661 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2661 13 genpkg_rules()
jozee@2661 14 {
jozee@2661 15 mkdir -p $fs/usr/lib $fs/usr/share
jozee@2661 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@2661 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@2661 18 cp -a $_pkg/usr/include $fs/usr
jozee@2661 19 cp -a $_pkg/usr/share/aclocal $fs/usr/share
jozee@2661 20 }