wok-6.x view xfe-extras/receipt @ rev 13193

c_icap-dev, clamav-dev, collectd-apache, collectd-dev, gdal-bin, gdal-datas, gdal-dev, geos-dev, gnome-keyring-dev, gnome-vfs-monikers-dev, libgdal, libgnomeui-dev, memcached-dev, postgis-gui, proj-dev, sarg-php, swfdec-dev, xfe-extras: remove unused TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 22:10:01 2012 +0200 (2012-08-04)
parents 36a438c097dc
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfe-extras"
4 VERSION="1.32.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Xfe File manager tools."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://roland65.free.fr/xfe/"
9 WANTED="xfe"
11 DEPENDS="xfe"
12 BUILD_DEPENDS=""
14 GENERIC_MENUS="no"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin \
20 $fs/usr/share/applications \
21 $fs/usr/share/icons
23 cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
24 cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
25 cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
26 }