wok-next annotate magicpoint/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents af8a8f177c6c
children d5aab818505e
rev   line source
al@19793 1 # SliTaz package receipt v2.
rcx@3465 2
rcx@3465 3 PACKAGE="magicpoint"
al@19793 4 VERSION="1.13a+upstream20090219"
rcx@3465 5 CATEGORY="x-window"
al@19793 6 SHORT_DESC="An X11-based presentation tool"
rcx@3465 7 MAINTAINER="rcx@zoominternet.net"
pascal@15584 8 LICENSE="BSD"
al@19793 9 WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
al@19793 10
pascal@15584 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19793 12 #WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
al@19793 13 # use Debian patches with Debian sources
al@19793 14 WGET_URL="http://http.debian.net/debian/pool/main/m/mgp/mgp_$VERSION.orig.tar.gz"
pascal@15584 15
al@19793 16 BUILD_DEPENDS="perl xorg-libX11-dev xorg-libXft-dev fontconfig-dev xorg-imake \
al@19793 17 xorg-cf-files imlib2-dev xorg-libXmu-dev"
rcx@3465 18
rcx@3465 19 # Rules to configure and make the package.
rcx@3465 20 compile_rules()
rcx@3465 21 {
al@19793 22 ./configure $CONFIGURE_ARGS &&
rcx@3465 23 xmkmf &&
pascal@9154 24 make -j1 Makefiles &&
pascal@9154 25 make -j1 &&
al@19793 26 make -j1 DESTDIR=$DESTDIR install &&
al@19793 27
al@19793 28 chmod -R u+w $install/usr/lib/X11/mgp
rcx@3465 29 }
rcx@3465 30
rcx@3465 31 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3465 32 genpkg_rules()
rcx@3465 33 {
al@19793 34 copy @std
al@19793 35 DEPENDS="giflib imlib2 libpng16 xorg-libSM xorg-libX11 xorg-libXext \
al@19793 36 xorg-libXft xorg-libXmu xorg-libXt"
al@19793 37 }