wok view libdes-dev/receipt @ rev 22439

clementine 1.3.1 needs newer gstreamer 1.0
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 12:19:23 2019 +0000 (2019-12-23)
parents 0f6e994c05b9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libdes-dev"
4 VERSION="4.04b"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libdes"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://web.archive.org/web/20150803212935/http://linux.maruhn.com/sec/libdes.html"
10 DEPENDS="libdes"
11 WANTED="libdes"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 }