wok-next diff xorg-sessreg/receipt @ rev 20515

glibc: undo math patches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:16:38 2018 +0200 (2018-03-21)
parents ea3c4b76ea5d
children 757d032c55c7
line diff
     1.1 --- a/xorg-sessreg/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-sessreg/receipt	Wed Mar 21 16:16:38 2018 +0200
     1.3 @@ -1,22 +1,20 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="xorg-sessreg"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Register X sessions in system utmp/utmpx databases"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://www.x.org/wiki/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
    1.15  
    1.16  TARBALL="sessreg-$VERSION.tar.bz2"
    1.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="xorg-util-macros xorg-xproto"
    1.20 -PKG_RULE="std"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i man/Makefile.in
    1.27  
    1.28  	./configure \
    1.29 @@ -27,8 +25,6 @@
    1.30  	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	copy @std
    1.38  }