wok-next diff gujin/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents 7bb096863642
children e962e880bcdd
line diff
     1.1 --- a/gujin/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/gujin/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.3 @@ -1,27 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gujin"
     1.8  VERSION="2.8.6"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Graphical real-mode bootloader."
    1.11 +SHORT_DESC="Graphical real-mode bootloader"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://gujin.sourceforge.net/"
    1.15 +WEB_SITE="https://sourceforge.net/projects/gujin/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS=""
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cd $src
    1.27 -	make && make DESTDIR=$DESTDIR install
    1.28 +compile_rules() {
    1.29 +	make &&
    1.30 +	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/sbin $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39  }