wok diff popt-dev/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
parents a78610b2eb47
children
line diff
     1.1 --- a/popt-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/popt-dev/receipt	Fri Sep 23 08:28:09 2022 +0000
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="popt-dev"
     1.7 -VERSION="1.16"
     1.8 +VERSION="1.18"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Library for parsing command line options devel files."
    1.11 +SHORT_DESC="Library for parsing command line options - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WANTED="popt"
    1.15 -WEB_SITE="https://directory.fsf.org/project/popt/"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://github.com/rpm-software-management/popt"
    1.18  
    1.19  DEPENDS="pkg-config"
    1.20 +WANTED="popt"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +	cook_copy_folders	include
    1.32 +	cook_copy_folders	pkgconfig
    1.33 +	cook_copy_files		*.*a
    1.34  }