wok view popt-dev/receipt @ rev 1407

feh : fix depends
fix build-depends
fix receipt to copy yudit.ttf font and images
author Mallory MOLLO <mallory@sweetpeople.org
date Tue Sep 23 21:14:56 2008 +0200 (2008-09-23)
parents 3e085751bf3a
children 98cbcc757c0e
line source
1 # SliTaz package receipt.
3 PACKAGE="popt-dev"
4 VERSION="1.14"
5 CATEGORY="development"
6 SHORT_DESC="Library for parsing command line options devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="popt"
9 WEB_SITE="http://directory.fsf.org/project/popt/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }