wok-current view xorg-xclock/receipt @ rev 23976
net-snmp: do not install darwin?.h
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Oct 31 15:07:33 2020 +0000 (2020-10-31) | 
| parents | 814c58f64f83 | 
| children | 5d79829fa876 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="xorg-xclock"
     4 VERSION="1.0.9"
     5 CATEGORY="x-window"
     6 SHORT_DESC="Simple clock for X."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="MIT"
     9 WEB_SITE="https://www.x.org/wiki/"
    11 SOURCE="xclock"
    12 TARBALL="$SOURCE-$VERSION.tar.bz2"
    13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
    15 DEPENDS="xorg-libXaw xorg-libXft xorg-libxkbfile xorg-libXmu zlib"
    16 BUILD_DEPENDS="xorg-libXaw-dev xorg-libXft-dev xorg-libXmu-dev"
    18 HOST_ARCH="i486 arm"
    20 # Rules to configure and make the package.
    21 compile_rules()
    22 {
    23 	./configure			\
    24 		--mandir=/usr/share/man	\
    25 		$CONFIGURE_ARGS &&
    26 	make &&
    27 	make install
    28 }
    30 # Rules to gen a SliTaz package suitable for Tazpkg.
    31 genpkg_rules()
    32 {
    33 	mkdir -p $fs/usr/share
    34 	cp -a $install/usr/bin $fs/usr
    35 }