wok view parted-dev/receipt @ rev 5419

ecore: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 04 09:45:55 2010 +0200 (2010-05-04)
parents 3e085751bf3a
children 1a955d2f91fd
line source
1 # SliTaz package receipt.
3 PACKAGE="parted-dev"
4 VERSION="2.2"
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 $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }