# HG changeset patch # User Christophe Lincoln # Date 1398131001 -7200 # Node ID 1c12e3f2a6a0f42d816138506729e731af005383 # Parent 94128ce5fcfd01e1d9adabf9eee233beb96019e9 Up and add to ARM: libgd fswebcam diff -r 94128ce5fcfd -r 1c12e3f2a6a0 fswebcam/receipt --- a/fswebcam/receipt Tue Apr 22 02:08:38 2014 +0200 +++ b/fswebcam/receipt Tue Apr 22 03:43:21 2014 +0200 @@ -1,35 +1,27 @@ # SliTaz package receipt. PACKAGE="fswebcam" -VERSION="20070108" +VERSION="20140113" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SHORT_DESC="Tiny and flexible webcam app" WEB_SITE="http://www.firestorm.cx/fswebcam/" CONFIG_FILES="etc/fswebcam.conf" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$WEB_SITE/files/$TARBALL" TAGS="webcam" +HOST_ARCH="i486 arm" DEPENDS="libgd" -BUILD_DEPENDS="$DEPENDS libgd-dev" +BUILD_DEPENDS="libgd-dev" # Rules to configure and make the package. - -compile_rules() { - cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < $stuff/$PACKAGE-$VERSION-$file || return 1 - touch done.$file - done <