wok-next view xsnow/receipt @ rev 19811
Up btrfs-progs, fuse, gtkmm, gtkmm-dev, jfsutils, libaal, libacpi, libaio, libarchive, libart_lgpl, libass, libbonoboui, libcddb, libcdio, libconfig, libcroco, libcss, libparserutils, libwapcaplet, slitaz-i18n-extra; (re)move locale-*-extra -> slitaz-i18n-extra; add netsurf-buildsystem.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 20 00:33:52 2017 +0300 (2017-07-20) |
parents | ad074da5360c |
children | 145bc1c732ca |
line source
1 # SliTaz package receipt.
3 PACKAGE="xsnow"
4 VERSION="1.42"
5 CATEGORY="misc"
6 SHORT_DESC="X-windows application that will let it snow on the desktop."
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="Freeware"
9 WEB_SITE="http://janswaal.home.xs4all.nl/Xsnow/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="xorg-libXpm xorg-libXext"
14 BUILD_DEPENDS="xorg-imake xorg-gccmakedep"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 xmkmf && make depend && make && make install
20 mkdir -p $install/usr/share/applications
21 cp -a $stuff/xsnow.desktop $install/usr/share/applications
22 cp -a $stuff/xsnow.sh $install/usr/bin
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }