# HG changeset patch # User Pascal Bellard # Date 1223576421 0 # Node ID 12653b25564c2af383f43122e85246f865c1018d # Parent 1fdf6903cd8919cbfed16f63e85951bf7a8ee380 remove pwlib diff -r 1fdf6903cd89 -r 12653b25564c pwlib-dev/receipt --- a/pwlib-dev/receipt Thu Oct 09 18:18:45 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pwlib-dev" -VERSION="1.10.10" -CATEGORY="development" -SHORT_DESC="Portable Windows Libary devel files." -MAINTAINER="pascal.bellard@slitaz.org" -WANTED="pwlib" -WEB_SITE="http://www.ekiga.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share $fs/usr -} - diff -r 1fdf6903cd89 -r 12653b25564c pwlib/receipt --- a/pwlib/receipt Thu Oct 09 18:18:45 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pwlib" -VERSION="1.10.10" -CATEGORY="network" -SHORT_DESC="Portable Windows Libary." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.ekiga.org/" -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" -BUILD_DEPENDS="flex bison m4" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr --bindir=/bin \ - --libexecdir=/usr/bin --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install -} - - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} -