wok annotate libee-dev/receipt @ rev 17979
mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 18 17:02:44 2015 +0300 (2015-04-18) |
parents | 6c3718ca17b6 |
children | e66efc062996 |
rev | line source |
---|---|
erjo@11414 | 1 # SliTaz package receipt. |
erjo@11414 | 2 |
erjo@11414 | 3 PACKAGE="libee-dev" |
erjo@11414 | 4 VERSION="0.3.2" |
erjo@11414 | 5 CATEGORY="development" |
erjo@11414 | 6 SHORT_DESC="libee dev files." |
erjo@11414 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15472 | 8 LICENSE="LGPL2.1" |
erjo@11414 | 9 WEB_SITE="http://www.libee.org/download/" |
erjo@11414 | 10 WANTED="libee" |
erjo@11414 | 11 |
pascal@15597 | 12 DEPENDS="libee pkg-config" |
erjo@11414 | 13 |
erjo@11414 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@11414 | 15 genpkg_rules() |
erjo@11414 | 16 { |
erjo@11414 | 17 mkdir -p $fs/usr/lib |
erjo@11414 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
erjo@11414 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
erjo@11414 | 20 cp -a $install/usr/include $fs/usr |
erjo@11414 | 21 } |