wok-6.x annotate cgal-dev/receipt @ rev 25292
updated rubberband (2.0.2 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 19 10:19:50 2022 +0100 (2022-07-19) |
parents | afd6aab736f6 |
children |
rev | line source |
---|---|
pascal@16724 | 1 # SliTaz package receipt. |
pascal@16724 | 2 |
pascal@16724 | 3 PACKAGE="cgal-dev" |
pascal@19723 | 4 VERSION="4.9" |
pascal@16724 | 5 CATEGORY="development" |
pascal@16724 | 6 SHORT_DESC="Computational Geometry Algorithms Library, development files." |
pascal@16724 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16724 | 8 LICENSE="GPL3 LGPL3" |
pascal@16724 | 9 WEB_SITE="https://www.cgal.org/" |
pascal@16724 | 10 WANTED="cgal" |
pascal@16724 | 11 |
pascal@16724 | 12 DEPENDS="cgal" |
pascal@16724 | 13 |
pascal@16724 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16724 | 15 genpkg_rules() |
pascal@16724 | 16 { |
pascal@16724 | 17 mkdir -p $fs/usr/lib |
pascal@16724 | 18 cp -a $install/usr/include $fs/usr |
pascal@16724 | 19 cp -a $install/usr/bin $fs/usr |
pascal@16724 | 20 cp -a $install/usr/lib/CGAL $fs/usr/lib |
pascal@16724 | 21 } |