SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xpenguins_themes"

# SliTaz package receipt.

PACKAGE="xpenguins_themes"
VERSION="1.0"
CATEGORY="misc"
SHORT_DESC="Additional themes for XPenguins"
MAINTAINER="Lucas Levrel <llev@slitaz.org>"
LICENSE="unclear"
WEB_SITE="https://ratrabbit.nl/ratrabbit/software/xpenguins/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://ftp.jaist.ac.jp/pub/Linux/Gentoo/distfiles/$TARBALL"

DEPENDS="xpenguins"
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    true
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/xpenguins/themes
    cp -a $src/* $fs/usr/share/xpenguins/themes
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)