wok annotate xorg-xev/receipt @ rev 22764
updated florence again (0.5.4 -> 0.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 17:42:38 2020 +0100 (2020-01-24) |
parents | c86e41198e76 |
children | 5d79829fa876 |
rev | line source |
---|---|
jozee@3025 | 1 # SliTaz package receipt. |
jozee@3025 | 2 |
jozee@3025 | 3 PACKAGE="xorg-xev" |
Hans-G?nter@22256 | 4 VERSION="1.2.3" |
jozee@3025 | 5 CATEGORY="x-window" |
Hans-G?nter@22256 | 6 TAGS="utility xorg debug" |
Hans-G?nter@22256 | 7 SHORT_DESC="Print contents of x-server events." |
jozee@3025 | 8 MAINTAINER="jozee@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
Hans-G?nter@22256 | 10 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22256 | 11 |
jozee@3025 | 12 SOURCE="xev" |
jozee@3025 | 13 TARBALL="$SOURCE-$VERSION.tar.bz2" |
Hans-G?nter@22256 | 14 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
jozee@3025 | 15 |
pascal@15579 | 16 DEPENDS="xorg-libX11" |
pascal@15579 | 17 BUILD_DEPENDS="xorg-libX11-dev" |
pascal@15579 | 18 |
jozee@3025 | 19 # Rules to configure and make the package.ls sr |
jozee@3025 | 20 compile_rules() |
jozee@3025 | 21 { |
Hans-G?nter@22256 | 22 ./configure \ |
Hans-G?nter@22256 | 23 --prefix=/usr \ |
Hans-G?nter@22256 | 24 --mandir=/usr/share/man \ |
jozee@3025 | 25 $CONFIGURE_ARGS && |
jozee@3025 | 26 make && |
pascal@15579 | 27 make DESTDIR=$DESTDIR install |
jozee@3025 | 28 } |
jozee@3025 | 29 |
jozee@3025 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@3025 | 31 genpkg_rules() |
jozee@3025 | 32 { |
jozee@3025 | 33 mkdir -p $fs/usr |
Hans-G?nter@22256 | 34 cp -a $install/usr/bin $fs/usr |
jozee@3025 | 35 } |