wok view libspectrum/receipt @ rev 12494

Up: dbus-python (1.0.0)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 15:23:41 2012 +0200 (2012-04-24)
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 }