wok view giblib-dev/receipt @ rev 1133

Receipt for feh - Image viewer and composer
Receipt for giblib - Graphic library, Imlib2 wrapper. Requested by feh.
Receipt for giblib - Giblib development files. Requested to build feh.
author Mallory MOLLO <mallory@sweetpeople.org>
date Thu Jul 24 00:38:56 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 }