wok diff libdbi-dev/receipt @ rev 24796
Add f2c
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 21 16:04:07 2022 +0000 (2022-03-21) |
parents | |
children | 6e5c8ce7fb15 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libdbi-dev/receipt Mon Mar 21 16:04:07 2022 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libdbi-dev" 1.7 +VERSION="0.9.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Database independent abstraction layer for C - development files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="LGPL2+" 1.12 +WEB_SITE="https://sourceforge.net/projects/libdbi/" 1.13 + 1.14 +DEPENDS="libdbi pkg-config" 1.15 +WANTED="libdbi" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_folders include 1.21 + cook_copy_folders pkgconfig 1.22 + cook_copy_files *.*a 1.23 +}