# HG changeset patch # User Eric Joseph-Alexandre # Date 1253703361 0 # Node ID b3ed37b8185369dc172420c27f4d120f4dc7e551 # Parent 571365252927b07bd403df420059c9abcd770c5d Remove libxfce4mcs* diff -r 571365252927 -r b3ed37b81853 libxfce4mcs-dev/receipt --- a/libxfce4mcs-dev/receipt Wed Sep 23 09:48:52 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt." - -PACKAGE="libxfce4mcs-dev" -VERSION="4.4.3" -CATEGORY="development" -SHORT_DESC="Xfce settings managment library dev files" -MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4mcs" -WANTED="libxfce4mcs" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org/" - -genpkg_rules() -{ - mkdir -p $fs/usr \ - $fs/usr/lib - - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib -} diff -r 571365252927 -r b3ed37b81853 libxfce4mcs/receipt --- a/libxfce4mcs/receipt Wed Sep 23 09:48:52 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libxfce4mcs" -VERSION="4.4.3" -CATEGORY="x-window" -SHORT_DESC="Xfce settings managment library" -MAINTAINER="erjo@slitaz.org" -DEPENDS="xorg-libSM libxfce4util startup-notification" -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev startup-notification-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org/" -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr \ - --enable-startup-notification \ - --infodir=/usr/share/info \ - --enable-debug=no $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib -} -