wok view popt-dev/receipt @ rev 15375

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 19:43:55 2013 +0000 (2013-10-18)
parents fb4f0d051fc1
children 47e1df965953
line source
1 # SliTaz package receipt.
3 PACKAGE="popt-dev"
4 VERSION="1.16"
5 CATEGORY="development"
6 SHORT_DESC="Library for parsing command line options devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="popt"
10 WEB_SITE="http://directory.fsf.org/project/popt/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }