wok-next annotate frei0r-plugins-dev/receipt @ rev 19939
Replace s/libtool/libltdl/ in deps, libtool is build_dep.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 18:18:17 2017 +0200 (2017-10-15) |
parents | 63b996317ebe |
children |
rev | line source |
---|---|
jozee@6824 | 1 # SliTaz package receipt. |
jozee@6824 | 2 |
jozee@6824 | 3 PACKAGE="frei0r-plugins-dev" |
slaxemulator@9245 | 4 VERSION="1.3" |
jozee@6824 | 5 CATEGORY="development" |
jozee@6824 | 6 MAINTAINER="jozee@slitaz.org" |
pascal@15588 | 7 LICENSE="GPL2" |
jozee@6824 | 8 SHORT_DESC="frei0r-plugins devel files" |
jozee@6824 | 9 WEB_SITE="http://www.piksel.org/frei0r" |
pascal@15588 | 10 WANTED="frei0r-plugins" |
pascal@15588 | 11 |
slaxemulator@6863 | 12 DEPENDS="frei0r-plugins" |
jozee@6824 | 13 |
jozee@6824 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6824 | 15 genpkg_rules() |
jozee@6824 | 16 { |
jozee@6824 | 17 mkdir -p $fs/usr |
pascal@15588 | 18 cp -a $install/usr/include $fs/usr |
jozee@6824 | 19 } |