wok-current view murrine/receipt @ rev 13730
Up sdcc (3.2.0)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Dec 22 17:18:47 2012 +0100 (2012-12-22) | 
| parents | b7319995b37e | 
| children | 7d6089953592 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="murrine"
     4 VERSION="0.98.1.1"
     5 CATEGORY="x-window"
     6 SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
     7 MAINTAINER="jozee@slitaz.org"
     8 DEPENDS="pixman expat libgio gtk+"
     9 BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
    10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11 WEB_SITE="http://www.cimitan.com/murrine"
    12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	cd $src
    18 	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    19 	#sed -i 's/1.10/1.11/g' autogen.sh
    20 	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    21 	make &&
    22 	make DESTDIR=$PWD/_pkg install
    23 }
    25 # Rules to gen a SliTaz package suitable for Tazpkg.
    26 genpkg_rules()
    27 {
    28 	mkdir -p $fs/usr/share $fs/usr/lib
    29 	cp -a $_pkg/usr/share $fs/usr
    30 	cp -a $_pkg/usr/lib $fs/usr
    32 }