wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xpenguins"
4 VERSION="2.2"
5 CATEGORY="misc"
6 SHORT_DESC="Cute little penguins walking along the tops of your windows"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL"
9 WEB_SITE="http://xpenguins.seul.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 BUILD_DEPENDS="libxpm-dev libx11-dev libxext-dev libxt-dev"
15 DEPENDS_std="libxpm libx11 libxext"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$install install || return 1
24 install -Dm644 $stuff/xpenguins.desktop $install/usr/share/applications/xpenguins.desktop
25 install -Dm755 $stuff/xpenguins.sh $install/usr/bin/xpenguins.sh
26 }