wok rev 3465

Add: magicpoint, an X11-based presentation tool
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jun 16 09:01:13 2009 +0000 (2009-06-16)
parents 1f6bff831481
children 67f9628aad2d
files magicpoint/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/magicpoint/receipt	Tue Jun 16 09:01:13 2009 +0000
     1.3 @@ -0,0 +1,42 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="magicpoint"
     1.7 +VERSION="1.13a"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="An X11-based presentation tool."
    1.10 +MAINTAINER="rcx@zoominternet.net"
    1.11 +DEPENDS="glibc-base expat zlib libuuid fontconfig freetype1 freetype \
    1.12 +giflib jpeg libpng tiff imlib xorg-libICE xorg-libSM xorg-libX11 \
    1.13 +xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXft xorg-libXmu \
    1.14 +xorg-libXrender xorg-libXt"
    1.15 +BUILD_DEPENDS="slitaz-toolchain bison flex m4 gettext fontconfig-dev \
    1.16 +freetype1 freetype1-dev freetype-dev giflib-dev imlib-dev xorg-imake \
    1.17 +xorg-cf-files xorg-libX11-dev xorg-libXft-dev xorg-libXmu-dev \
    1.18 +xorg-libXrender-dev xorg-xproto xorg-xextproto"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
    1.21 +WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	cd $src
    1.27 +	./configure \
    1.28 +		--prefix=/usr \
    1.29 +		--infodir=/usr/share/info \
    1.30 +		--mandir=/usr/share/man \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	xmkmf &&
    1.33 +	make Makefiles &&
    1.34 +	make &&
    1.35 +	make DESTDIR=$src/_pkg install
    1.36 +}
    1.37 +
    1.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 +genpkg_rules()
    1.40 +{
    1.41 +	mkdir -p $fs/usr/lib/X11/mgp
    1.42 +	cp -f $_pkg/usr/lib/X11/mgp/default.mgp $fs/usr/lib/X11/mgp
    1.43 +	
    1.44 +	cp -a $_pkg/usr/bin $fs/usr
    1.45 +}