wok-6.x annotate gtkdialog/receipt @ rev 13453
Add: claws-mail-perl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 01:30:47 2012 +0200 (2012-10-07) |
parents | d1768332cee0 |
children | a61559756120 |
rev | line source |
---|---|
pankso@28 | 1 # SliTaz package receipt. |
pankso@28 | 2 |
pankso@28 | 3 PACKAGE="gtkdialog" |
pascal@1570 | 4 VERSION="0.7.20" |
pankso@28 | 5 CATEGORY="x-window" |
pankso@28 | 6 SHORT_DESC="Small utility for fast and easy GUI building using GTK+." |
pankso@28 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@28 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@28 | 9 WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/" |
pascal@1570 | 10 WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL" |
pankso@28 | 11 |
pankso@10788 | 12 DEPENDS="gtk+ libglade xorg-libXdamage" |
pankso@10788 | 13 BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev" |
pankso@10788 | 14 |
pankso@28 | 15 # Rules to configure and make the package. |
pankso@28 | 16 compile_rules() |
pankso@28 | 17 { |
pankso@28 | 18 cd $src |
pankso@2576 | 19 # Fix libgalde support |
slaxemulator@9700 | 20 patch -p 0 < $stuff/glade_support.patch || return 1 |
pankso@764 | 21 ./configure \ |
pankso@764 | 22 --prefix=/usr \ |
pascal@1518 | 23 $CONFIGURE_ARGS && |
pascal@1518 | 24 make && |
pankso@10788 | 25 make DESTDIR=$DESTDIR install |
pankso@28 | 26 } |
pankso@28 | 27 |
pankso@28 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@28 | 29 genpkg_rules() |
pankso@28 | 30 { |
pankso@10788 | 31 mkdir -p $fs/usr |
pankso@10788 | 32 cp -a $install/usr/bin $fs/usr |
pankso@28 | 33 } |