wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="libao-dev"
4 VERSION="1.1.0"
5 CATEGORY="development"
6 SHORT_DESC="libao devel files"
7 MAINTAINER="rj.rohit@gmail.com"
8 WANTED="libao"
9 WEB_SITE="http://downloads.xiph.org/releases/ao/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/share/aclocal $fs/usr/share
20 }