wok-next annotate 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
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19645 2
al@19645 3 PACKAGE="xorg-sessreg"
al@20443 4 VERSION="1.1.1"
al@19645 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Register X sessions in system utmp/utmpx databases"
al@19645 7 MAINTAINER="al.bobylev@gmail.com"
al@19645 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
al@19645 11
al@19645 12 TARBALL="sessreg-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 14
al@19645 15 BUILD_DEPENDS="xorg-util-macros xorg-xproto"
al@19645 16
al@20443 17 compile_rules() {
al@19645 18 sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i man/Makefile.in
al@19645 19
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install
al@19645 26 }
al@19645 27
al@20443 28 genpkg_rules() {
al@19805 29 copy @std
al@19645 30 }