wok annotate libexo/receipt @ rev 8713

Fixed avidemux.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 18:20:31 2011 +0000 (2011-02-17)
parents ca2350fb7e69
children 129bb5b11a7e
rev   line source
erjo@2076 1 # SliTaz package receipt.
erjo@2076 2
erjo@2076 3 PACKAGE="libexo"
erjo@8017 4 VERSION="0.6.0"
erjo@2076 5 CATEGORY="x-window"
erjo@2076 6 SHORT_DESC="Xfce extension library"
erjo@2076 7 MAINTAINER="erjo@slitaz.org"
gokhlayeh@8063 8 DEPENDS="libxfce4util startup-notification libnotify"
erjo@5221 9 WANTED="exo"
erjo@5221 10 SUGGESTED="exo-tools"
erjo@2076 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
erjo@2076 12 WEB_SITE="http://www.xfce.org"
erjo@2076 13
erjo@2076 14
erjo@2076 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2076 16 genpkg_rules()
erjo@2076 17 {
erjo@5221 18 mkdir -p $fs/usr/lib
pankso@4199 19
erjo@4126 20 cp -a $_pkg/etc $fs/
erjo@2076 21 cp -a $_pkg/usr/bin $fs/usr
erjo@2076 22 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
erjo@8017 23 cp -a $_pkg/usr/lib/gio $fs/usr/lib
erjo@8017 24 cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
erjo@2076 25
erjo@4871 26 # Strip files
erjo@8017 27 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
erjo@2076 28 }