wok view csync-dev/receipt @ rev 21303

updated libsdl2-image, libsdl2-image-dev, libsdl2-mixer and libsdl2-mixer-dev-dev (2.0.0 -> 2.0.4)
author Hans-G?nter Theisgen
date Thu Apr 18 14:42:22 2019 +0100 (2019-04-18)
parents 44c65752ed20
children e171b422f9e7
line source
1 # SliTaz package receipt.
3 PACKAGE="csync-dev"
4 VERSION="0.50.8"
5 CATEGORY="development"
6 SHORT_DESC="Csync development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.csync.org/"
10 WANTED="csync"
12 DEPENDS="csync"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }