wok-next annotate uclibc-cross-compiler-armv6l/receipt @ rev 14418
new: python-edbus
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 19:21:08 2013 +0200 (2013-04-23) |
parents | 0349ec0de5ef |
children | a436a235f098 |
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@5987 | 8 SOURCE="cross-compiler-armv6l" |
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@13033 | 12 TAGS="compiler C arm" |
pascal@5987 | 13 |
pascal@12236 | 14 SUGGESTED="uclibc-${PACKAGE##*-}" |
pascal@11825 | 15 |
pascal@5987 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5987 | 17 genpkg_rules() |
pascal@5987 | 18 { |
pascal@5987 | 19 mkdir -p $fs/usr/share $fs/usr/bin |
gokhlayeh@8686 | 20 cp -a $src $fs/usr/share/$PACKAGE |
gokhlayeh@8686 | 21 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@5987 | 22 file=$(basename $i) |
pascal@5987 | 23 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@5987 | 24 done |
pascal@5987 | 25 } |