wok-current annotate libsdl2-net/receipt @ rev 23899
busybox: add crontabs in CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 28 08:34:55 2020 +0000 (2020-07-28) |
parents | 22e3b60d4248 |
children | ede1d184d5c5 |
rev | line source |
---|---|
tcg@17136 | 1 # SliTaz package receipt. |
tcg@17136 | 2 |
tcg@17136 | 3 PACKAGE="libsdl2-net" |
Hans-G?nter@21304 | 4 VERSION="2.0.1" |
tcg@17136 | 5 CATEGORY="x-window" |
tcg@17136 | 6 SHORT_DESC="SDL2 net support." |
tcg@17136 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17136 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21304 | 9 WEB_SITE="http://www.libsdl.org/projects/SDL_net/" |
Hans-G?nter@21304 | 10 |
Hans-G?nter@21304 | 11 SOURCE="SDL2_net" |
tcg@17136 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
tcg@17136 | 13 WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" |
tcg@17136 | 14 |
tcg@17136 | 15 DEPENDS="libsdl2" |
tcg@17136 | 16 BUILD_DEPENDS="libsdl2-dev" |
tcg@17136 | 17 |
Hans-G?nter@21304 | 18 HOST_ARCH="i486 arm" |
Hans-G?nter@21304 | 19 |
tcg@17136 | 20 # Rules to configure and make the package. |
tcg@17136 | 21 compile_rules() |
tcg@17136 | 22 { |
Hans-G?nter@21304 | 23 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@21304 | 24 make -j 1 && |
Hans-G?nter@21304 | 25 make install |
tcg@17136 | 26 } |
tcg@17136 | 27 |
tcg@17136 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
tcg@17136 | 29 genpkg_rules() |
tcg@17136 | 30 { |
tcg@17136 | 31 mkdir -p $fs/usr/lib |
tcg@17136 | 32 cp -a $install/usr/lib/*.so* $fs/usr/lib |
tcg@17136 | 33 } |