wok view emelfm2/receipt @ rev 182

syslinux-extra: back to ver 3.54
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Feb 05 00:47:04 2008 +0100 (2008-02-05)
parents 6ae509488fc6
children 4615573735e2
line source
1 # SliTaz package receipt.
3 PACKAGE="emelfm2"
4 VERSION="0.3.6"
5 CATEGORY="extra"
6 SHORT_DESC="GTK powerfull file manager."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://emelfm2.net/"
11 WGET_URL="http://emelfm2.net/rel/$TARBALL"
12 JWM_MENU='Utilities:<Program icon="emelfm2/emelfm2_48.png" label="emelFM2">emelfm2 --trash=$HOME/.Trash</Program>'
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make PREFIX=/usr
19 make i18n PREFIX=/usr
20 make install PREFIX=$PWD/_pkg/usr
21 make install_i18n PREFIX=$PWD/_pkg/usr
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/locale
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
31 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
32 strip -s $fs/usr/bin/*
33 strip -s $fs/usr/lib/emelfm2/plugins/*
34 }