wok-current annotate uclibc-cross-compiler-armv4l/receipt @ rev 12649
update url for WGET_URL => smbbox.free.fr
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Apr 30 08:28:40 2012 +0200 (2012-04-30) |
parents | 697c4bb2336d |
children | 4c16797dce28 |
rev | line source |
---|---|
pascal@5987 | 1 # SliTaz package receipt. |
pascal@5987 | 2 |
pascal@5987 | 3 PACKAGE="uclibc-cross-compiler-armv4l" |
pascal@5987 | 4 VERSION="prebuilt" |
pascal@5987 | 5 CATEGORY="development" |
pascal@5987 | 6 SHORT_DESC="Toolchain for uclibc/armv4l." |
pascal@5987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@5987 | 8 SOURCE="cross-compiler-armv4l" |
pascal@5987 | 9 TARBALL="$SOURCE.tar.bz2" |
pascal@5987 | 10 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@12237 | 11 WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL" |
pascal@5987 | 12 |
pascal@12236 | 13 SUGGESTED="uclibc-${PACKAGE##*-}" |
pascal@11825 | 14 |
pascal@5987 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5987 | 16 genpkg_rules() |
pascal@5987 | 17 { |
pascal@5987 | 18 mkdir -p $fs/usr/share $fs/usr/bin |
gokhlayeh@8686 | 19 cp -a $src $fs/usr/share/$PACKAGE |
gokhlayeh@8686 | 20 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@5987 | 21 file=$(basename $i) |
pascal@5987 | 22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@5987 | 23 done |
pascal@5987 | 24 } |