wok-next annotate xorg-xrdb/receipt @ rev 20833
prosody: what I see missing when I start the old prosody 0.9.4
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:03:23 2018 +0000 (2018-06-17) |
parents | 0e7893ac206d |
children | cd7906120828 |
rev | line source |
---|---|
al@19805 | 1 # SliTaz package receipt v2. |
rocky@3894 | 2 |
rocky@3894 | 3 PACKAGE="xorg-xrdb" |
al@19645 | 4 VERSION="1.1.0" |
rocky@3894 | 5 CATEGORY="x-window" |
al@19645 | 6 SHORT_DESC="X server resource database utility" |
rocky@3894 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
al@19645 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@20443 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" |
al@19645 | 11 |
al@19645 | 12 TARBALL="xrdb-$VERSION.tar.bz2" |
rocky@3894 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
rocky@3894 | 14 |
al@19645 | 15 BUILD_DEPENDS="xorg-util-macros xorg-libXmu-dev xorg-libX11-dev xorg-xproto" |
pascal@15579 | 16 |
al@20443 | 17 compile_rules() { |
al@19806 | 18 touch /root/missing /missing |
al@19645 | 19 |
al@20534 | 20 ./configure $CONFIGURE_ARGS && |
al@20443 | 21 fix libtool && |
al@19805 | 22 make && |
al@19805 | 23 make install |
rocky@3894 | 24 } |
rocky@3894 | 25 |
al@20443 | 26 genpkg_rules() { |
al@19805 | 27 copy @std |
al@19805 | 28 DEPENDS="xorg-libX11 xorg-libXmu" |
rocky@3894 | 29 } |