wok view gliv/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents
children 6b09507225ec
line source
1 # SliTaz package receipt.
3 PACKAGE="gliv"
4 VERSION="1.9.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="An image viewer that uses OpenGL"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://guichaz.free.fr/gliv/"
10 WGET_URL="$WEB_SITE/files/$TARBALL"
11 BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev"
12 DEPENDS="gtk+ gtkglext gettext"
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 $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share $fs/usr
30 }