wok annotate uclibc-cross-compiler-armv4tl/receipt @ rev 11236
Up: firefox (7.0.1) and fix paralel builds number
author | alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 06 14:52:26 2011 +0000 (2011-11-06) |
parents | 8da46cc14f57 |
children | d357d6dbbfa8 |
rev | line source |
---|---|
pascal@5987 | 1 # SliTaz package receipt. |
pascal@5987 | 2 |
pascal@5987 | 3 PACKAGE="uclibc-cross-compiler-armv4tl" |
pascal@5987 | 4 VERSION="prebuilt" |
pascal@5987 | 5 CATEGORY="development" |
pascal@5987 | 6 SHORT_DESC="Toolchain for uclibc/armv4tl." |
pascal@5987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@5987 | 8 SOURCE="cross-compiler-armv4tl" |
pascal@5987 | 9 TARBALL="$SOURCE.tar.bz2" |
pascal@5987 | 10 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@5987 | 11 WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL" |
pascal@5987 | 12 |
pascal@5987 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5987 | 14 genpkg_rules() |
pascal@5987 | 15 { |
pascal@5987 | 16 mkdir -p $fs/usr/share $fs/usr/bin |
gokhlayeh@8686 | 17 cp -a $src $fs/usr/share/$PACKAGE |
gokhlayeh@8686 | 18 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@5987 | 19 file=$(basename $i) |
pascal@5987 | 20 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@5987 | 21 done |
pascal@5987 | 22 } |