wok-next annotate perl-socket6/receipt @ rev 20852

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
erjo@2656 1 # SliTaz package receipt.
erjo@2656 2
erjo@2656 3 PACKAGE="perl-socket6"
al@19709 4 VERSION="0.28"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \
al@19709 7 structure manipulators"
erjo@2656 8 MAINTAINER="erjo@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Socket6"
al@19709 11
al@19709 12 TARBALL="Socket6-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL"
al@19709 14
erjo@2656 15 DEPENDS="perl"
al@19769 16 BUILD_DEPENDS="perl-dev"
erjo@2656 17
erjo@2656 18 # Rules to configure and make the package.
erjo@2656 19 compile_rules()
erjo@2656 20 {
al@19709 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
erjo@2656 25 }
erjo@2656 26
erjo@2656 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2656 28 genpkg_rules()
erjo@2656 29 {
al@19709 30 copy @std
erjo@2656 31 }