wok annotate libao-dev/receipt @ rev 14517

linux: fix local privilege escalation 0day, 2.6.37 - 3.8.10
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 16 16:02:27 2013 +0200 (2013-05-16)
parents 37cd2a99997f
children 4904e3d374a9
rev   line source
jozee@2661 1 # SliTaz package receipt.
jozee@2661 2
jozee@2661 3 PACKAGE="libao-dev"
paul@13183 4 VERSION="1.1.0"
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 }