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

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 757d032c55c7
children f99935f1778a
rev   line source
al@19805 1 # SliTaz package receipt v2.
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@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
al@20888 11 REPOLOGY="iceauth"
al@19645 12
al@19645 13 TARBALL="iceauth-$VERSION.tar.bz2"
al@19645 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
erjo@2060 15
al@19805 16 BUILD_DEPENDS="xorg-libICE-dev"
pascal@15579 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@20443 20 fix libtool &&
al@19805 21 make &&
al@19805 22 make install
erjo@2060 23 }
erjo@2060 24
al@20443 25 genpkg_rules() {
al@19805 26 copy @std
al@19805 27 DEPENDS="xorg-libICE"
erjo@2060 28 }