wok view libvips-dev/receipt @ rev 19788

busybox: do not need kmod & util-linux-mount
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 15:31:50 2017 +0100 (2017-02-22)
parents a44bc8005b6b
children c52a03a5a657
line source
1 # SliTaz package receipt.
3 PACKAGE="libvips-dev"
4 VERSION="7.42.3"
5 CATEGORY="development"
6 LICENSE="LGPL2.1"
7 SHORT_DESC="An image processing library, devel files."
8 MAINTAINER="yuripourre@gmail.com"
9 WANTED="libvips"
11 DEPENDS="libvips pkg-config"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/include
17 cp -a $install/usr/lib/*.a $fs/usr/lib
18 cp -a $install/usr/lib/*.la $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }