wok view libspectrum/receipt @ rev 21383

updated luajit (2.0.3 -> 2.0.5)
author Hans-G?nter Theisgen
date Mon Apr 22 11:18:46 2019 +0100 (2019-04-22)
parents 6eff489aa802
children 87b6697bb350
line source
1 # SliTaz package receipt.
3 PACKAGE="libspectrum"
4 VERSION="1.4.4"
5 CATEGORY="misc"
6 SHORT_DESC="ZX Spectrum emulator support library."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://fuse-emulator.sourceforge.net/libspectrum.php"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
14 DEPENDS="audiofile glib libgcrypt zlib"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make -j 1 &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }