wok annotate emelfm2/receipt @ rev 15141

blackbox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 11:37:41 2013 +0000 (2013-08-15)
parents 0a0e095ba6fa
children 3ce6e8de7381
rev   line source
pankso@46 1 # SliTaz package receipt.
pankso@46 2
pankso@46 3 PACKAGE="emelfm2"
pankso@12705 4 VERSION="0.8.1"
pankso@202 5 CATEGORY="system-tools"
pankso@46 6 SHORT_DESC="GTK powerfull file manager."
pankso@46 7 MAINTAINER="pankso@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pankso@3071 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@46 10 WEB_SITE="http://emelfm2.net/"
pankso@46 11 WGET_URL="http://emelfm2.net/rel/$TARBALL"
jozee@4935 12 TAGS="file-manager"
pankso@46 13
pankso@12705 14 DEPENDS="gtk+ xorg-libXdamage"
pankso@12705 15 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto libmagic-dev"
pankso@12705 16
pankso@46 17 # Rules to configure and make the package.
pankso@46 18 compile_rules()
pankso@46 19 {
pankso@46 20 cd $src
jozee@2572 21 sed -i 's|xpdf|epdfview|g' src/e2_filetype.c
pankso@12705 22 sed -i 's|gview|viewnior|g' src/e2_filetype.c
pankso@3071 23 sed -i 's|totem|xine|g' src/e2_filetype.c
pankso@3071 24 sed -i 's|Totem|Xine|g' src/e2_filetype.c
pascal@1451 25 make PREFIX=/usr &&
pascal@1451 26 make i18n PREFIX=/usr &&
pankso@12705 27 make install PREFIX=$DESTDIR/usr &&
pankso@12705 28 make install_i18n PREFIX=$DESTDIR/usr
pankso@46 29 }
pankso@46 30
pankso@46 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@46 32 genpkg_rules()
pankso@46 33 {
pankso@12705 34 mkdir -p $fs/usr/share
pankso@12705 35 cp -a $install/usr/bin $fs/usr
pankso@12705 36 cp -a $install/usr/lib $fs/usr
pankso@12705 37 cp -a $install/usr/share/pixmaps $fs/usr/share
pankso@760 38 cd $fs/usr/share/pixmaps
pankso@760 39 ln -s emelfm2/emelfm2_32.png emelfm2.png
pankso@46 40 }