SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "uclibc-cross-compiler-powerpc"

# SliTaz package receipt.

PACKAGE="uclibc-cross-compiler-powerpc"
VERSION="prebuilt"
CATEGORY="development"
SHORT_DESC="Toolchain for uclibc/powerpc."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
SOURCE="cross-compiler-powerpc"
TARBALL="$SOURCE.tar.bz2"
WEB_SITE="https://web.archive.org/web/20101022004153/http://impactlinux.com/aboriginal"
WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL"
TAGS="compiler C powerpc"
COOKOPTS="!strip"

SUGGESTED="uclibc-${PACKAGE##*-}"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/landley/aboriginal/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share $fs/usr/bin
    cp -a $src $fs/usr/share/$PACKAGE
    for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
        file=$(basename $i)
        ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
    done
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)