wok-next annotate xfce4-appfinder/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | f48456621a9d |
children |
rev | line source |
---|---|
al@20120 | 1 # SliTaz package receipt v2. |
erjo@2073 | 2 |
erjo@2073 | 3 PACKAGE="xfce4-appfinder" |
al@20120 | 4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/ |
erjo@2073 | 5 CATEGORY="x-window" |
al@20120 | 6 SHORT_DESC="Xfce application finder" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
al@21006 | 9 WEB_SITE="https://www.xfce.org/" |
al@20120 | 10 |
erjo@2073 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@8289 | 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" |
erjo@2073 | 13 |
al@20120 | 14 BUILD_DEPENDS="intltool libxfce4util-dev garcon-dev" |
erjo@9870 | 15 |
al@20120 | 16 compile_rules() { |
al@20120 | 17 ./configure \ |
al@20120 | 18 --disable-debug \ |
al@20120 | 19 $CONFIGURE_ARGS && |
al@20604 | 20 fix libtool && |
al@20120 | 21 make && |
al@20120 | 22 make install |
erjo@2073 | 23 } |
erjo@2073 | 24 |
al@20120 | 25 genpkg_rules() { |
al@20120 | 26 copy @std |
al@21017 | 27 DEPENDS="garcon gdk-pixbuf glib gtk2 libxfce4ui libxfce4util xfconf" |
erjo@2073 | 28 } |