wok-next view check-dev/receipt @ rev 15716
util-linux-eject: add depends,remove post_install
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Dec 25 00:55:35 2013 +0000 (2013-12-25) |
parents | 223b265f40fd |
children | 159df010240c |
line source
1 # SliTaz package receipt.
3 PACKAGE="check-dev"
4 VERSION="0.9.8"
5 CATEGORY="development"
6 SHORT_DESC="Check development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://check.sourceforge.net/"
10 WANTED="check"
12 DEPENDS="check pkg-config"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }