wok annotate emelfm2/receipt @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents fd8c47a37450
children 0a0e095ba6fa
rev   line source
pankso@46 1 # SliTaz package receipt.
pankso@46 2
pankso@46 3 PACKAGE="emelfm2"
devl547@5524 4 VERSION="0.7.2"
pankso@202 5 CATEGORY="system-tools"
pankso@46 6 SHORT_DESC="GTK powerfull file manager."
pankso@46 7 MAINTAINER="pankso@slitaz.org"
jozee@2573 8 DEPENDS="gtk+ xorg-libXdamage"
erjo@4732 9 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto libmagic-dev"
pankso@3071 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@46 11 WEB_SITE="http://emelfm2.net/"
pankso@46 12 WGET_URL="http://emelfm2.net/rel/$TARBALL"
jozee@4935 13 TAGS="file-manager"
pankso@46 14
pankso@46 15 # Rules to configure and make the package.
pankso@46 16 compile_rules()
pankso@46 17 {
pankso@46 18 cd $src
jozee@2572 19 sed -i 's|xpdf|epdfview|g' src/e2_filetype.c
pankso@3071 20 sed -i 's|gview|gpicview|g' src/e2_filetype.c
pankso@3071 21 sed -i 's|totem|xine|g' src/e2_filetype.c
pankso@3071 22 sed -i 's|Totem|Xine|g' src/e2_filetype.c
pascal@1451 23 make PREFIX=/usr &&
pascal@1451 24 make i18n PREFIX=/usr &&
pascal@1451 25 make install PREFIX=$PWD/_pkg/usr &&
pankso@46 26 make install_i18n PREFIX=$PWD/_pkg/usr
pankso@46 27 }
pankso@46 28
pankso@46 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@46 30 genpkg_rules()
pankso@46 31 {
pascal@11623 32 mkdir -p $fs/usr/share/locale $fs/usr/share/applications
pascal@11623 33 cp -a $stuff/emelfm2.dekstop $fs/usr/share/applications
pankso@46 34 cp -a $_pkg/usr/bin $fs/usr
pankso@46 35 cp -a $_pkg/usr/lib $fs/usr
pankso@46 36 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
pankso@760 37 cd $fs/usr/share/pixmaps
pankso@760 38 ln -s emelfm2/emelfm2_32.png emelfm2.png
pankso@46 39 }