wok annotate xpenguins_themes/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents d765616e1f3d
children
rev   line source
llevrel@18678 1 # SliTaz package receipt.
llevrel@18678 2
llevrel@18678 3 PACKAGE="xpenguins_themes"
llevrel@18678 4 VERSION="1.0"
llevrel@18678 5 CATEGORY="misc"
llevrel@18678 6 SHORT_DESC="Additional themes for XPenguins"
llevrel@18678 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18678 8 LICENSE="unclear"
pascal@24979 9 WEB_SITE="https://ratrabbit.nl/ratrabbit/software/xpenguins/"
llevrel@18678 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@25024 11 WGET_URL="http://ftp.jaist.ac.jp/pub/Linux/Gentoo/distfiles/$TARBALL"
llevrel@18678 12
llevrel@18678 13 DEPENDS="xpenguins"
llevrel@18678 14 BUILD_DEPENDS=""
llevrel@18678 15
pascal@24425 16 # What is the latest version available today?
pascal@24425 17 current_version()
pascal@24425 18 {
pascal@24425 19 wget -O - ${WGET_URL%/*} 2>/dev/null | \
pascal@24425 20 sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
pascal@24425 21 }
pascal@24425 22
llevrel@18678 23 # Rules to configure and make the package.
llevrel@18678 24 compile_rules()
llevrel@18678 25 {
llevrel@18678 26 true
llevrel@18678 27 }
llevrel@18678 28
llevrel@18678 29 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18678 30 genpkg_rules()
llevrel@18678 31 {
al@18679 32 mkdir -p $fs/usr/share/xpenguins/themes
al@18679 33 cp -a $src/* $fs/usr/share/xpenguins/themes
llevrel@18678 34 }