wok annotate uclibc-cross-compiler-x86_64/receipt @ rev 22816
brasero: add icons
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 04 08:33:50 2020 +0100 (2020-02-04) |
parents | 1a169aa4ab60 |
children | c11594098e34 |
rev | line source |
---|---|
pascal@11673 | 1 # SliTaz package receipt. |
pascal@11673 | 2 |
pascal@11673 | 3 PACKAGE="uclibc-cross-compiler-x86_64" |
pascal@11673 | 4 VERSION="prebuilt" |
pascal@11673 | 5 CATEGORY="development" |
pascal@11673 | 6 SHORT_DESC="Toolchain for uclibc/x86_64." |
pascal@11673 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14781 | 8 LICENSE="GPL2" |
pascal@11673 | 9 SOURCE="cross-compiler-x86_64" |
pascal@11673 | 10 TARBALL="$SOURCE.tar.bz2" |
pascal@20672 | 11 WEB_SITE="https://web.archive.org/web/20101022004153/http://impactlinux.com/aboriginal" |
pascal@11673 | 12 WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL" |
pascal@13033 | 13 TAGS="compiler C" |
pascal@20296 | 14 COOKOPTS="!strip" |
pascal@11673 | 15 |
pascal@12236 | 16 SUGGESTED="uclibc-${PACKAGE##*-}" |
pascal@11825 | 17 |
pascal@11673 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11673 | 19 genpkg_rules() |
pascal@11673 | 20 { |
pascal@11673 | 21 mkdir -p $fs/usr/share $fs/usr/bin |
pascal@11673 | 22 cp -a $src $fs/usr/share/$PACKAGE |
pascal@11673 | 23 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do |
pascal@11673 | 24 file=$(basename $i) |
pascal@11673 | 25 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file |
pascal@11673 | 26 done |
pascal@11673 | 27 } |