wok diff libvips-dev/receipt @ rev 18993
Add libvips
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Mar 18 20:39:51 2016 -0300 (2016-03-18) |
parents | |
children | a44bc8005b6b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libvips-dev/receipt Fri Mar 18 20:39:51 2016 -0300 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libvips-dev" 1.7 +VERSION="7.28.0" 1.8 +CATEGORY="development" 1.9 +LICENSE="LGPL2.1" 1.10 +SHORT_DESC="An image processing library, devel files." 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 +WANTED="libvips" 1.13 + 1.14 +DEPENDS="libvips" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib $fs/usr/include 1.20 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.21 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 +}