wok-stable view geeqie/receipt @ rev 5274
remove abiword-extras (part of abiword (can still split: only 200k)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Apr 15 09:34:02 2010 -0400 (2010-04-15) |
parents | |
children | 765884f4383b |
line source
1 # SliTaz package receipt.
3 PACKAGE="geeqie"
4 VERSION="1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Application designed to test GTK+ performance."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://geeqie.sourceforge.net/"
10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
11 BUILD_DEPENDS="gtk+-dev gettext intltool"
12 DEPENDS="gtk+ "
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/
28 cp -a $src/_pkg/usr/bin $fs/usr
29 cp -a $src/_pkg/usr/lib $fs/usr
30 cp -a $src/_pkg/usr/share/ $fs/usr
31 }