# HG changeset patch # User Pascal Bellard # Date 1299691954 -3600 # Node ID 398151989c9b64bf731b7667fd85e895b4fd9561 # Parent 2d83b01ba2576cd8ec65566d8e148560e98a8056 Remove conspy: now provided by busybox diff -r 2d83b01ba257 -r 398151989c9b conspy/receipt --- a/conspy/receipt Wed Mar 09 18:21:21 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="conspy" -VERSION="1.5" -CATEGORY="system-tools" -SHORT_DESC="Remote control of Linux virtual consoles." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://ace-host.stuart.id.au/russell/files/$PACKAGE/" -WGET_URL="${WEB_SITE}$TARBALL" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --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 - cp -a $_pkg/usr/bin $fs/usr -} -