wok view schroedinger-dev/receipt @ rev 20863
updated e2tools again (0.0.16 -> 0.0.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 22 16:43:17 2019 +0100 (2019-02-22) |
parents | 5286a067ac76 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="schroedinger-dev"
4 VERSION="1.0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Dirac video compression library - dev files"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="MPL LGPL GPL MIT"
9 WEB_SITE="http://diracvideo.org/"
10 WANTED="schroedinger"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.la $fs/usr/lib
21 }