wok-6.x view giblib-dev/receipt @ rev 1134

Added bozohttpd, haserl, haserl-lua and o3read receipts
author Micha?l Dupont <milka@konstelacioj.info>
date Thu Jul 24 01:01:10 2008 +0200 (2008-07-24)
parents
children 40177f4e678a
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/"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/include
24 cp -a $_pkg/usr/include $fs/usr
25 }