wok-current annotate miau/receipt @ rev 22227
updated xorg-libXt and xorg-libXt-dev (1.1.4 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 17:46:44 2019 +0100 (2019-11-11) |
parents | 3765f181a6d5 |
children | 370da83187ab |
rev | line source |
---|---|
pascal@1752 | 1 # SliTaz package receipt. |
pascal@1752 | 2 |
pascal@1752 | 3 PACKAGE="miau" |
Hans-G?nter@21436 | 4 VERSION="0.6.6" |
pascal@1752 | 5 CATEGORY="network" |
pascal@1752 | 6 SHORT_DESC="Another IRC-bouncer/proxy." |
pascal@1752 | 7 MAINTAINER="christophe.paris@free.fr" |
pascal@15584 | 8 LICENSE="GPL2" |
Hans-G?nter@21436 | 9 WEB_SITE="http://miau.sourceforge.net/" |
Hans-G?nter@21436 | 10 |
pascal@1752 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@1752 | 12 WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL" |
pascal@1752 | 13 |
pascal@1752 | 14 # Rules to configure and make the package. |
pascal@1752 | 15 compile_rules() |
pascal@1752 | 16 { |
Hans-G?nter@21436 | 17 ./configure \ |
Hans-G?nter@21436 | 18 --prefix=/usr \ |
Hans-G?nter@21436 | 19 --infodir=/usr/share/info \ |
Hans-G?nter@21436 | 20 --mandir=/usr/share/man \ |
Hans-G?nter@21436 | 21 --docdir=/usr/share/doc \ |
pascal@1752 | 22 $CONFIGURE_ARGS && |
Hans-G?nter@21436 | 23 make -j 1 && |
pascal@15584 | 24 make DESTDIR=$DESTDIR install |
pascal@1752 | 25 } |
pascal@1752 | 26 |
pascal@1752 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1752 | 28 genpkg_rules() |
pascal@1752 | 29 { |
pascal@1752 | 30 mkdir -p $fs/usr |
Hans-G?nter@21436 | 31 |
Hans-G?nter@21436 | 32 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21436 | 33 cp -a $install/usr/share $fs/usr |
pascal@1752 | 34 } |