wok-6.x view xfce4-session-dev/receipt @ rev 8639

Up: slitaz-menus to 1.8. Added Education directory for menu. Also add applications-engineering and applications-science icons from gnome-icon-theme. Both 16 and 32 sizes.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 03:49:26 2011 +0000 (2011-02-15)
parents 9c447ed38dd5
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-session-dev"
4 VERSION="4.8.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce session manager dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xfce4-session"
9 WANTED="xfce4-session"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib $fs/usr
21 # Remove unecessary files
22 find $fs/ -name "*.so*" -exec rm -f {} \;
24 }