wok-current view libsdl2-dev/receipt @ rev 25721
Update slitaz-i18n for gnumeric
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 18 11:25:19 2024 +0000 (4 months ago) |
parents | 163781b60a45 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-dev"
4 VERSION="2.0.20"
5 CATEGORY="development"
6 SHORT_DESC="A cross-platform interactive media development library - development files."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://libsdl.org/"
11 DEPENDS="libsdl2 pkg-config"
12 WANTED="libsdl2"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 cook_copy_folders aclocal
20 # Ensure remove .la files
21 find $fs -name "*.la" -delete
22 }