wok annotate libsdl2-net-dev/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents e0b83c7df430
children
rev   line source
tcg@17136 1 # SliTaz package receipt.
tcg@17136 2
tcg@17136 3 PACKAGE="libsdl2-net-dev"
Hans-G?nter@21304 4 VERSION="2.0.1"
tcg@17136 5 CATEGORY="development"
Hans-G?nter@21304 6 SHORT_DESC="SDL2 net library - development files."
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="SDL_net"
tcg@17136 12 WANTED="libsdl2-net"
pascal@21485 13 DEPENDS="libsdl2-net pkg-config"
Hans-G?nter@21304 14
tcg@17136 15 HOST_ARCH="i486 arm"
tcg@17136 16
tcg@17136 17 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17136 18 genpkg_rules()
tcg@17136 19 {
tcg@17136 20 mkdir -p $fs/usr/lib
Hans-G?nter@21304 21
mojo@21480 22 cp -a $install/usr/include $fs/usr
tcg@17136 23 cp -a $install/usr/lib/*.a $fs/usr/lib
mojo@21480 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
tcg@17136 25 }