wok-next view util-linux-ng-uuid-dev/receipt @ rev 10024
glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 18:19:46 2011 +0200 (2011-05-19) |
parents | cb53e0d30346 |
children | 163676c61a63 |
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-uuid-dev"
4 VERSION="2.19"
5 CATEGORY="development"
6 SHORT_DESC="The uuid devel files from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="util-linux-ng"
9 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
15 cp -a $_pkg/usr/lib/libuuid.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig/uuid.pc $fs/usr/lib/pkgconfig
17 cp -a $_pkg/usr/include/uuid $fs/usr/include
18 }