# HG changeset patch # User Eric Joseph-Alexandre # Date 1280476967 -7200 # Node ID b843d4d03bfa17302e5db6a488a2124e058f36d9 # Parent 50dc3d3d35b3b40dcd549d33ce03fa26d15bd968 Up: beaver (0.4.0) + URL change. diff -r 50dc3d3d35b3 -r b843d4d03bfa beaver/receipt --- a/beaver/receipt Thu Jul 29 17:14:21 2010 +0200 +++ b/beaver/receipt Fri Jul 30 10:02:47 2010 +0200 @@ -1,26 +1,21 @@ # SliTaz package receipt. PACKAGE="beaver" -# Stable: VERSION="0.3.0.1" -VERSION="0.4.0rc1" +VERSION="0.4.0" CATEGORY="development" SHORT_DESC="Simple and very light advanced text editor." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev xorg-xproto automake autoconf" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.nongnu.org/beaver/" -WGET_URL="http://www.nongnu.org/beaver/dloads/tarballs/$TARBALL" +BUILD_DEPENDS="gtk+-dev xorg-xproto" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://beaver-editor.sf.net/" +WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" TAGS="text-editor" # Rules to configure and make the package. compile_rules() { - mv beaver0.4.0 $src 2>/dev/null cd $src - # Fix bug with DESTDIR - patch -p1 -i ../stuff/makefile.am.u || exit 1 - ./autogen.sh && ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && @@ -31,11 +26,11 @@ genpkg_rules() { mkdir -p \ - $fs/usr/share/beaver \ - $fs/usr/share/pixmaps + $fs/usr/share/beaver + cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/beaver/resource $fs/usr/share/beaver - cp $src/pixmaps/icons/32x32/* $fs/usr/share/pixmaps + cp $_pkg/usr/share/pixmaps $fs/usr/share # Custom default configuration cp -a stuff/beaver.conf.default $fs/usr/share/beaver/resource }