wok annotate xorg-xdpyinfo/receipt @ rev 23824

Up openssh (8.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 13:18:28 2020 +0000 (2020-05-28)
parents eb8067417980
children 5d79829fa876
rev   line source
jozee@3025 1 # SliTaz package receipt.
jozee@3025 2
jozee@3025 3 PACKAGE="xorg-xdpyinfo"
Hans-G?nter@22253 4 VERSION="1.3.2"
jozee@3025 5 CATEGORY="x-window"
Hans-G?nter@22253 6 TAGS="utility xorg display"
Hans-G?nter@22253 7 SHORT_DESC="Display information utility for X-server."
jozee@3025 8 MAINTAINER="jozee@slitaz.org"
pascal@15579 9 LICENSE="MIT"
Hans-G?nter@22253 10 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22253 11
jozee@3025 12 SOURCE="xdpyinfo"
jozee@3025 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
Hans-G?nter@22253 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 15
Hans-G?nter@22253 16 DEPENDS="xorg-libXinerama xorg-libXp xorg-libXrender
Hans-G?nter@22253 17 xorg-libXtst xorg-libXxf86vm"
Hans-G?nter@22253 18 BUILD_DEPENDS="xorg-libXinerama-dev xorg-libXp-dev
Hans-G?nter@22253 19 xorg-libXrender-dev xorg-libXtst-dev xorg-libXxf86vm-dev"
jozee@3025 20
jozee@3025 21 # Rules to configure and make the package.ls sr
jozee@3025 22 compile_rules()
jozee@3025 23 {
Hans-G?nter@22253 24 ./configure \
Hans-G?nter@22253 25 --prefix=/usr \
Hans-G?nter@22253 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
Hans-G?nter@22253 36 cp -a $install/usr/bin $fs/usr
jozee@3025 37 }