wok-next annotate xorg-iceauth/receipt @ rev 19665

cookutils: up 892
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 17 15:07:45 2017 +0200 (2017-03-17)
parents eb8067417980
children f463de72afe3
rev   line source
erjo@2060 1 # SliTaz package receipt.
erjo@2060 2
erjo@2060 3 PACKAGE="xorg-iceauth"
al@19645 4 VERSION="1.0.7"
erjo@2060 5 CATEGORY="x-window"
erjo@2060 6 SHORT_DESC="ICE authority file utility"
erjo@2060 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@19645 10
al@19645 11 TARBALL="iceauth-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
erjo@2060 13
pascal@15579 14 DEPENDS="xorg-libICE"
pascal@15579 15 BUILD_DEPENDS="xorg-libICE-dev pkg-config"
pascal@15579 16
erjo@2060 17 # Rules to configure and make the package.
erjo@2060 18 compile_rules()
erjo@2060 19 {
al@19645 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@2060 21 }
erjo@2060 22
erjo@2060 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2060 24 genpkg_rules()
erjo@2060 25 {
al@19645 26 cook_copy_folders bin
erjo@2060 27 }