wok view parted-dev/receipt @ rev 13244
Move from undigest: tahoe-lafs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:39:27 2012 +0200 (2012-08-14) |
parents | a819813b21c9 |
children | 2b9f96603415 |
line source
1 # SliTaz package receipt.
3 PACKAGE="parted-dev"
4 VERSION="3.1"
5 CATEGORY="development"
6 SHORT_DESC="GNU parted editor devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="parted"
9 WEB_SITE="http://www.gnu.org/software/parted/index.shtml"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.*a $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }