wok view magicpoint/receipt @ rev 16268

ARM: add libsexy libsndfile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 20:04:34 2014 +0200 (2014-04-05)
parents 73641efed1cc
children 8417cbe6fdae
line source
1 # SliTaz package receipt.
3 PACKAGE="magicpoint"
4 VERSION="1.13a"
5 CATEGORY="x-window"
6 SHORT_DESC="An X11-based presentation tool."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
11 WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
13 DEPENDS="glibc-base expat zlib util-linux-uuid fontconfig freetype1 freetype \
14 giflib jpeg libpng tiff imlib xorg-libICE xorg-libSM xorg-libX11 \
15 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXft xorg-libXmu \
16 xorg-libXrender xorg-libXt"
17 BUILD_DEPENDS="bison flex m4 gettext fontconfig-dev \
18 freetype1 freetype1-dev freetype-dev giflib-dev imlib-dev xorg-imake \
19 xorg-cf-files xorg-libX11-dev xorg-libXft-dev xorg-libXmu-dev \
20 xorg-libXrender-dev xorg-xproto xorg-xextproto"
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 cd $src
26 ./configure \
27 --prefix=/usr \
28 --infodir=/usr/share/info \
29 --mandir=/usr/share/man \
30 $CONFIGURE_ARGS &&
31 xmkmf &&
32 make -j1 Makefiles &&
33 make -j1 &&
34 make -j1 DESTDIR=$DESTDIR install
35 }
37 # Rules to gen a SliTaz package suitable for Tazpkg.
38 genpkg_rules()
39 {
40 mkdir -p $fs/usr/lib/X11/mgp
41 cp -f $install/usr/lib/X11/mgp/default.mgp $fs/usr/lib/X11/mgp
43 cp -a $install/usr/bin $fs/usr
44 }