# HG changeset patch # User Christophe Lincoln # Date 1396674311 -7200 # Node ID 75362eca62d8f4c7349c5c26428eba382fdfd754 # Parent e62fe73c97ae7890c70611f71f5e7581729d808f ARM: add gob2 gmrun slock diff -r e62fe73c97ae -r 75362eca62d8 gmrun/receipt --- a/gmrun/receipt Sat Apr 05 06:13:29 2014 +0200 +++ b/gmrun/receipt Sat Apr 05 07:05:11 2014 +0200 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/gmrun" WGET_URL="$SF_MIRROR/gmrun/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="gtk+ gcc-lib-base popt" BUILD_DEPENDS="gtk+-dev popt-dev" diff -r e62fe73c97ae -r 75362eca62d8 gob2/receipt --- a/gob2/receipt Sat Apr 05 06:13:29 2014 +0200 +++ b/gob2/receipt Sat Apr 05 07:05:11 2014 +0200 @@ -9,7 +9,7 @@ WEB_SITE="http://www.5z.com/jirka/gob.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" -TAGS="" +HOST_ARCH="i486 arm" DEPENDS="glib" BUILD_DEPENDS="flex glib-dev" @@ -17,8 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure && make -j1 && make install + ./configure $CONFIGURE_ARGS && make -j1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r e62fe73c97ae -r 75362eca62d8 slock/receipt --- a/slock/receipt Sat Apr 05 06:13:29 2014 +0200 +++ b/slock/receipt Sat Apr 05 07:05:11 2014 +0200 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tools.suckless.org/slock" WGET_URL="http://dl.suckless.org/tools/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" BUILD_DEPENDS="xorg-xproto xorg-xextproto xorg-libX11-dev xorg-libXext-dev" @@ -16,10 +17,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src mv config.mk config.mk.original sed -e 's/usr\/local/usr/' < config.mk.original > config.mk - make && + make CC=$CC && make DESTDIR=$DESTDIR install }