wok-next annotate xpenguins/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents adb36dd69239
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
llevrel@18678 2
llevrel@18678 3 PACKAGE="xpenguins"
llevrel@18678 4 VERSION="2.2"
llevrel@18678 5 CATEGORY="misc"
llevrel@18678 6 SHORT_DESC="Cute little penguins walking along the tops of your windows"
llevrel@18678 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18678 8 LICENSE="GPL"
al@21020 9 WEB_SITE="http://xpenguins.seul.org/"
al@21020 10
llevrel@18678 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="${WEB_SITE}$TARBALL"
llevrel@18678 13
al@21078 14 BUILD_DEPENDS="libxpm-dev libx11-dev libxext-dev libxt-dev"
al@21078 15 DEPENDS_std="libxpm libx11 libxext"
llevrel@18678 16
al@21020 17 compile_rules() {
al@21020 18 ./configure \
al@21020 19 --prefix=/usr \
al@21020 20 $CONFIGURE_ARGS &&
llevrel@18678 21 make &&
al@21020 22 make DESTDIR=$install install || return 1
al@21020 23
al@21020 24 install -Dm644 $stuff/xpenguins.desktop $install/usr/share/applications/xpenguins.desktop
al@21020 25 install -Dm755 $stuff/xpenguins.sh $install/usr/bin/xpenguins.sh
llevrel@18678 26 }