wok view yasm-dev/receipt @ rev 14789

Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 11:45:27 2013 +0300 (2013-07-08)
parents fca1cf108f36
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="yasm-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="yasm devel library."
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="yasm"
9 WANTED="yasm"
10 WEB_SITE="http://www.tortall.net/projects/yasm/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
18 }