wok-next annotate nvclock/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
parents d5aab818505e
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@11226 2
pascal@11226 3 PACKAGE="nvclock"
pascal@11226 4 VERSION="0.8b4"
pascal@11226 5 CATEGORY="network"
al@20513 6 SHORT_DESC="Small utility which allows users to overclock NVIDIA based video cards"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
pascal@11226 9 WEB_SITE="http://www.linuxhardware.org/nvclock/"
al@20513 10
pascal@11226 11 TARBALL="$PACKAGE$VERSION.tar.gz"
pascal@11226 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@15584 13
al@21078 14 BUILD_DEPENDS="autoconf automake libx11-dev libxext-dev"
pascal@11226 15
pascal@11226 16 compile_rules(){
al@20513 17 [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION
al@20513 18 sed -i 's|prefix}/man|prefix}/share/man|' Makefile*
al@20513 19 autoreconf
gokhlayeh@11576 20
al@20513 21 ./configure \
al@20513 22 --prefix=/usr \
al@20513 23 --bindir=/usr/bin &&
al@21020 24 make -j1 &&
al@21020 25 make DESTDIR=$install install
al@20513 26 }
gokhlayeh@11576 27
al@20513 28 genpkg_rules() {
al@20513 29 copy @std
al@20513 30 TAGS="power-management"
pascal@11226 31 }