wok-4.x diff libsdl-perl/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
parents 13dc35a06ce8
children
line diff
     1.1 --- a/libsdl-perl/receipt	Sat Nov 27 18:25:37 2010 +0000
     1.2 +++ b/libsdl-perl/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -15,7 +15,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE-v${VERSION}
     1.8  	cd $src
     1.9  	perl Build.PL destdir="$PWD/_pkg" &&
    1.10  	perl Build &&
    1.11 @@ -25,7 +24,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	_pkg=$WOK/$PACKAGE/$SOURCE-v${VERSION}/_pkg
    1.16  	mkdir -p $fs/usr
    1.17  	cp -a $_pkg/usr/lib $fs/usr
    1.18  }