wok-next annotate perl-io-socket-inet6/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
erjo@2656 1 # SliTaz package receipt.
erjo@2656 2
erjo@2656 3 PACKAGE="perl-io-socket-inet6"
al@19709 4 VERSION="2.72"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain \
al@19709 7 sockets"
erjo@2656 8 MAINTAINER="erjo@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/IO-Socket-INET6"
al@19709 11
al@19709 12 TARBALL="IO-Socket-INET6-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-socket6"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
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 }