wok annotate uclibc-cross-compiler-armv4eb/receipt @ rev 18140
syslinux/taziso: add floppyset
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 15 16:28:54 2015 +0200 (2015-06-15) |
parents | 4c16797dce28 |
children | 1a169aa4ab60 |
rev | line source |
---|---|
pascal@5987 | 1 # SliTaz package receipt. |
pascal@5987 | 2 |
pascal@5987 | 3 PACKAGE="uclibc-cross-compiler-armv4eb" |
pascal@5987 | 4 VERSION="prebuilt" |
pascal@5987 | 5 CATEGORY="development" |
pascal@5987 | 6 SHORT_DESC="Toolchain for uclibc/armv4eb." |
pascal@5987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14781 | 8 LICENSE="GPL2" |
pascal@5987 | 9 SOURCE="cross-compiler-armv4eb" |
pascal@5987 | 10 TARBALL="$SOURCE.tar.bz2" |
pascal@5987 | 11 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@12237 | 12 WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL" |
pascal@13033 | 13 TAGS="compiler C arm" |
pascal@5987 | 14 |
pascal@12236 | 15 SUGGESTED="uclibc-${PACKAGE##*-}" |
pascal@11825 | 16 |
pascal@5987 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5987 | 18 genpkg_rules() |
pascal@5987 | 19 { |
pascal@5987 | 20 mkdir -p $fs/usr/share $fs/usr/bin |
gokhlayeh@8686 | 21 cp -a $src $fs/usr/share/$PACKAGE |
gokhlayeh@8686 | 22 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@5987 | 23 file=$(basename $i) |
pascal@5987 | 24 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@5987 | 25 done |
pascal@5987 | 26 } |