wok view libexo/receipt @ rev 6616

Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 20:49:19 2010 +0000 (2010-10-09)
parents a27053729c70
children ca2350fb7e69
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.3.107"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util startup-notification hal libnotify"
9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
10 WANTED="exo"
11 SUGGESTED="exo-tools"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WEB_SITE="http://www.xfce.org"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $_pkg/etc $fs/
22 cp -a $_pkg/usr/bin $fs/usr
23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
24 cp -a $_pkg/usr/lib/libexo $fs/usr/lib
26 # Strip files
27 strip -s $fs/usr/lib/libexo/* 2> /dev/null
28 }