wok view libssh-dev/receipt @ rev 17684

slitaz-i18n/stuff/locale-pack.conf: remove isomaster from CORE_PKGS
author Richard Dunbar <mojo@slitaz.org>
date Fri Feb 20 18:10:56 2015 -0500 (2015-02-20)
parents 76b72f1ad63c
children 33e5fb8a4dcb
line source
1 # SliTaz package receipt.
3 PACKAGE="libssh-dev"
4 VERSION="0.5.2"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libssh"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libssh.org/"
10 WANTED="libssh"
12 DEPENDS="libssh 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 }