wok-next annotate postgresql-dev/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 51a1ebbda768
children f463de72afe3
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-dev"
al@19693 4 VERSION="9.5.4"
pascal@1423 5 CATEGORY="development"
al@19693 6 SHORT_DESC="Advanced object-relational database management system (development files)"
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
al@19693 9 WEB_SITE="https://www.postgresql.org/"
al@19693 10
pascal@1149 11 WANTED="postgresql"
pascal@15375 12 DEPENDS="postgresql"
pascal@15375 13
pascal@1149 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 15 genpkg_rules()
pascal@1149 16 {
al@19693 17 cook_copy_files *.h *.a *.pc
al@19693 18 cook_copy_folders pgxs
pascal@1149 19 }