wok annotate ratpoison/receipt @ rev 22443
vlc: add hicolor-icon-theme -> post-install misses index.theme
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:29:27 2019 +0000 (2019-12-23) |
parents | 5d53e8ccbc8d |
children | 17091bc7c301 |
rev | line source |
---|---|
gokhlayeh@8341 | 1 # SliTaz package receipt. |
gokhlayeh@8341 | 2 |
gokhlayeh@8341 | 3 PACKAGE="ratpoison" |
Hans-G?nter@21831 | 4 VERSION="1.4.9" |
gokhlayeh@8341 | 5 CATEGORY="x-window" |
Hans-G?nter@21831 | 6 TAGS="window-manager" |
Hans-G?nter@21831 | 7 SHORT_DESC="An extremely light-weight window manager, using only keyboard." |
gokhlayeh@8341 | 8 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15600 | 9 LICENSE="GPL2" |
Hans-G?nter@21831 | 10 WEB_SITE="https://www.nongnu.org/ratpoison/" |
gokhlayeh@8341 | 11 |
Hans-G?nter@21831 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@21831 | 13 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" |
Hans-G?nter@21831 | 14 |
Hans-G?nter@21831 | 15 DEPENDS="microperl xorg-libXinerama xorg-libXtst" |
pascal@15600 | 16 |
gokhlayeh@8341 | 17 # Rules to configure and make the package. |
gokhlayeh@8341 | 18 compile_rules() |
gokhlayeh@8341 | 19 { |
Hans-G?nter@21831 | 20 ./configure && |
Hans-G?nter@21831 | 21 make CFLAGS="$CFLAGS -DHAVE_GETLINE" && |
Hans-G?nter@21831 | 22 make install |
gokhlayeh@8341 | 23 } |
gokhlayeh@8341 | 24 |
gokhlayeh@8341 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8341 | 26 genpkg_rules() |
gokhlayeh@8341 | 27 { |
gokhlayeh@8341 | 28 mkdir -p $fs/usr/share |
Hans-G?nter@21831 | 29 |
Hans-G?nter@21831 | 30 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21831 | 31 cp -a $install/usr/share/ratpoison $fs/usr/share |
gokhlayeh@8341 | 32 } |