# HG changeset patch # User Rohit Joshi # Date 1271338442 14400 # Node ID 1ab3f1f80ab7e29452cbb283c9abaed9f8005b0f # Parent 5efebb22f7bbe79d73e4f00afbb5aff8cf98e91a remove abiword-extras (part of abiword (can still split: only 200k) diff -r 5efebb22f7bb -r 1ab3f1f80ab7 abiword-extras/receipt --- a/abiword-extras/receipt Thu Apr 15 09:31:38 2010 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="abiword-extras" -VERSION="2.6.8" -CATEGORY="office" -SHORT_DESC="Extras for Abiword - Clipart, dictionary, templates." -MAINTAINER="pankso@slitaz.org" -DEPENDS="abiword" -BUILD_DEPENDS="abiword-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.abisource.com/" -WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS - make - make DESTDIR=$src/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $_pkg/* $fs -} -