wok view util-linux-ng-uuid-dev/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
parents
children cb53e0d30346
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-uuid-dev"
4 VERSION="2.16.1"
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 }