# HG changeset patch # User Matthew Sheets # Date 1247846346 0 # Node ID 1dd8470c8ec79824e7f3124e52560b42abb3c70d # Parent 5fc24facdb9fb22255031dc0e169abe6d1923fc9 Remove: ldraw diff -r 5fc24facdb9f -r 1dd8470c8ec7 ldraw/receipt --- a/ldraw/receipt Fri Jul 17 15:43:07 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ldraw" -VERSION="2004-2" -CATEGORY="games" -SHORT_DESC="A redistributable LDraw.org parts library." -MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="" -TARBALL="unix-complete.tgz" -WEB_SITE="http://www.ldraw.org/" -WGET_URL="http://www.ldraw.org/files/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - # Extract the contents directly to the package directory - if [ ! -d $src ] ; then - mv LDRAW $src - mkdir -p $src/_pkg/ldraw - cp -a $src/*.ldr $src/parts.lst $src/_pkg/ldraw - cp -a $src/P $src/_pkg/ldraw - cp -a $src/PARTS $src/_pkg/ldraw - chmod -R a-x,go-w $src/_pkg/ldraw - fi - - # The download tarball is not versioned, so we have to move it - mv -f $SOURCES_REPOSITORY/$TARBALL $SOURCES_REPOSITORY/$PACKAGE-$VERSION.tgz -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $_pkg/* $fs/usr/share -}