wok diff libsdl2-net/receipt @ rev 18410
open-vm-tools: more attempts to get linux64 build to work on cooker
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 15:44:21 2015 +0000 (2015-09-19) |
parents | |
children | 591d89fd6b00 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libsdl2-net/receipt Sat Sep 19 15:44:21 2015 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libsdl2-net" 1.7 +SOURCE="SDL2_net" 1.8 +VERSION="2.0.0" 1.9 +CATEGORY="x-window" 1.10 +SHORT_DESC="SDL2 net support." 1.11 +MAINTAINER="tcg.thegamer@gmail.com" 1.12 +LICENSE="LGPL2.1" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_net/" 1.15 +WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" 1.16 +HOST_ARCH="i486 arm" 1.17 + 1.18 +DEPENDS="libsdl2" 1.19 +BUILD_DEPENDS="libsdl2-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + ./configure $CONFIGURE_ARGS && make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/lib 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 +}