wok annotate xorg-xev/receipt @ rev 21375
updated logrotate (3.8.2 -> 3.15.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 22 09:33:09 2019 +0100 (2019-04-22) |
parents | eb8067417980 |
children | 5c95c69d6518 |
rev | line source |
---|---|
jozee@3025 | 1 # SliTaz package receipt. |
jozee@3025 | 2 |
jozee@3025 | 3 PACKAGE="xorg-xev" |
slaxemulator@7669 | 4 VERSION="1.1.0" |
jozee@3025 | 5 CATEGORY="x-window" |
al@20422 | 6 SHORT_DESC="print contents of x-server events" |
jozee@3025 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
jozee@3025 | 9 SOURCE="xev" |
jozee@3025 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
jozee@3025 | 11 WEB_SITE="http://xorg.freedesktop.org/" |
jozee@3025 | 12 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" |
jozee@3025 | 13 TAGS="utility xorg debug" |
jozee@3025 | 14 |
pascal@15579 | 15 DEPENDS="xorg-libX11" |
pascal@15579 | 16 BUILD_DEPENDS="xorg-libX11-dev" |
pascal@15579 | 17 |
jozee@3025 | 18 # Rules to configure and make the package.ls sr |
jozee@3025 | 19 compile_rules() |
jozee@3025 | 20 { |
jozee@3025 | 21 cd $src |
jozee@3025 | 22 ./configure \ |
jozee@3025 | 23 --prefix=/usr \ |
jozee@3025 | 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 |
pascal@15579 | 34 cp -a $install/usr/bin $fs/usr |
jozee@3025 | 35 } |