wok view giblib-dev/receipt @ rev 5385

Up: avidemux (2.5.2) - Added tar and coreutils-file-special to build depends. Needed because busybox tar and ln don't work for compiling this.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 01 12:37:37 2010 +0000 (2010-05-01)
parents e835f5d77665
children df2104cb30a7
line source
1 # SliTaz package receipt
3 PACKAGE="giblib-dev"
4 VERSION="1.2.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Giblib graphic library development files."
7 MAINTAINER="mallory@sweetpeople.org"
8 WANTED="giblib"
9 WEB_SITE="http://linuxbrit.co.uk/feh/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*a $fs/usr/lib
17 }