wok annotate uclibc-cross-compiler-armv6l/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | a436a235f098 |
children | 8dd8bab3f0ca |
rev | line source |
---|---|
pascal@5987 | 1 # SliTaz package receipt. |
pascal@5987 | 2 |
pascal@5987 | 3 PACKAGE="uclibc-cross-compiler-armv6l" |
pascal@5987 | 4 VERSION="prebuilt" |
pascal@5987 | 5 CATEGORY="development" |
pascal@5987 | 6 SHORT_DESC="Toolchain for uclibc/armv6l." |
pascal@5987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14781 | 8 LICENSE="GPL2" |
pascal@5987 | 9 SOURCE="cross-compiler-armv6l" |
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@20296 | 14 COOKOPTS="!strip" |
pascal@5987 | 15 |
pascal@12236 | 16 SUGGESTED="uclibc-${PACKAGE##*-}" |
pascal@11825 | 17 |
pascal@5987 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5987 | 19 genpkg_rules() |
pascal@5987 | 20 { |
pascal@5987 | 21 mkdir -p $fs/usr/share $fs/usr/bin |
gokhlayeh@8686 | 22 cp -a $src $fs/usr/share/$PACKAGE |
gokhlayeh@8686 | 23 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@5987 | 24 file=$(basename $i) |
pascal@5987 | 25 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@5987 | 26 done |
pascal@5987 | 27 } |