wok-next view libspectrum/receipt @ rev 12653
freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 30 10:01:30 2012 +0200 (2012-04-30) |
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 }