wok-6.x annotate readline-dev/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (14 months ago)
parents 3cc017536dfc
children
rev   line source
pankso@633 1 # SliTaz package receipt.
pankso@633 2
pankso@633 3 PACKAGE="readline-dev"
Hans-G?nter@25265 4 VERSION="8.1"
pankso@633 5 CATEGORY="development"
Hans-G?nter@21385 6 SHORT_DESC="GNU readline - development files."
pankso@633 7 MAINTAINER="pankso@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
Hans-G?nter@21385 9 WEB_SITE="https://www.gnu.org/software/readline/"
Hans-G?nter@21385 10
pankso@633 11 WANTED="readline"
Hans-G?nter@21385 12
pankso@12810 13 HOST_ARCH="i486 arm"
pankso@633 14
pankso@633 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@633 16 genpkg_rules()
pankso@633 17 {
Hans-G?nter@25265 18 cook_copy_folders include
Hans-G?nter@25265 19 cook_copy_files *.*a
pankso@633 20 }