wok view parted-dev/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents bfdad5e4caeb
children 8b83d9830ba2
line source
1 # SliTaz package receipt.
3 PACKAGE="parted-dev"
4 VERSION="3.0"
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 }