wok-6.x view libspectrum/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents ce522e556202
children 6eff489aa802
line source
1 # SliTaz package receipt.
3 PACKAGE="libspectrum"
4 VERSION="1.0.0"
5 CATEGORY="misc"
6 SHORT_DESC="ZX Spectrum emulator support library"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="zlib libgcrypt glib audiofile"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php"
11 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
25 }