wok annotate xorg-xdpyinfo/receipt @ rev 20843
updated dolibarr (3.1.0 -> 9.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 16:50:55 2019 +0100 (2019-02-20) |
parents | c514cc4854d8 |
children | f0472a14b332 |
rev | line source |
---|---|
jozee@3025 | 1 # SliTaz package receipt. |
jozee@3025 | 2 |
jozee@3025 | 3 PACKAGE="xorg-xdpyinfo" |
gokhlayeh@6993 | 4 VERSION="1.2.0" |
jozee@3025 | 5 CATEGORY="x-window" |
jozee@3025 | 6 SHORT_DESC="display information utility for X-server" |
jozee@3025 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
jozee@3025 | 9 SOURCE="xdpyinfo" |
jozee@3025 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@15579 | 11 WEB_SITE="http://xorg.freedesktop.org/" |
pascal@15579 | 12 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" |
pascal@15579 | 13 TAGS="utility xorg display" |
pascal@15579 | 14 |
slaxemulator@8029 | 15 DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \ |
pascal@5008 | 16 xorg-libXinerama xorg-libXp" |
slaxemulator@8029 | 17 BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \ |
slaxemulator@8029 | 18 xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev" |
jozee@3025 | 19 |
jozee@3025 | 20 # Rules to configure and make the package.ls sr |
jozee@3025 | 21 compile_rules() |
jozee@3025 | 22 { |
jozee@3025 | 23 cd $src |
jozee@3025 | 24 ./configure \ |
jozee@3025 | 25 --prefix=/usr \ |
jozee@3025 | 26 --mandir=/usr/share/man \ |
jozee@3025 | 27 $CONFIGURE_ARGS && |
jozee@3025 | 28 make && |
pascal@15579 | 29 make DESTDIR=$DESTDIR install |
jozee@3025 | 30 } |
jozee@3025 | 31 |
jozee@3025 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@3025 | 33 genpkg_rules() |
jozee@3025 | 34 { |
jozee@3025 | 35 mkdir -p $fs/usr |
pascal@15579 | 36 cp -a $install/usr/bin $fs/usr |
jozee@3025 | 37 } |