wok view libotr-dev/receipt @ rev 22144

updated x264 and x264-dev (20160517-2245 -> 20191105-2245)
author Hans-G?nter Theisgen
date Wed Nov 06 15:16:51 2019 +0100 (2019-11-06)
parents 8ed62ecac0c7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libotr-dev"
4 VERSION="4.1.1"
5 CATEGORY="network"
6 SHORT_DESC="Allows you to have private conversations over messenger - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://www.cypherpunks.ca/otr/"
11 WANTED="libotr"
12 DEPENDS="libotr pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }