SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "alien"

# SliTaz package receipt.

PACKAGE="alien"
VERSION="8.95"
CATEGORY="misc"
SHORT_DESC="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="${PACKAGE}_$VERSION.tar.xz"
WEB_SITE="http://joeyh.name/code/alien/"
WGET_URL="http://ftp.de.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
#SUGGESTED="dpkg debhelper gcc make"

DEPENDS="perl rpm4 cpio"
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/alien-pkg-convert/files/release/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*/alien_||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    perl Makefile.PL &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)