wok-6.x view uclibc-cross-compiler-sparc/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 697c4bb2336d
children 4c16797dce28
line source
1 # SliTaz package receipt.
3 PACKAGE="uclibc-cross-compiler-sparc"
4 VERSION="prebuilt"
5 CATEGORY="development"
6 SHORT_DESC="Toolchain for uclibc/sparc."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="cross-compiler-sparc"
9 TARBALL="$SOURCE.tar.bz2"
10 WEB_SITE="http://impactlinux.com/aboriginal"
11 WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL"
13 SUGGESTED="uclibc-${PACKAGE##*-}"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share $fs/usr/bin
19 cp -a $src $fs/usr/share/$PACKAGE
20 for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
21 file=$(basename $i)
22 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
23 done
24 }