mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
New package: perl-Socket6-0.28
This commit is contained in:
parent
2600e281ad
commit
06565494e6
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Socket6/template
Normal file
20
srcpkgs/perl-Socket6/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template build file for 'perl-Socket6'.
|
||||
pkgname=perl-Socket6
|
||||
version=0.28
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="${makedepends}"
|
||||
short_desc="Socket6 - IPv6 related part of the C socket.h defines and structure manipulators"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
homepage="http://search.cpan.org/dist/Socket6"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/${pkgname/perl-/}/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586
|
||||
nocross=yes # XXX fixme later
|
||||
|
||||
post_extract() {
|
||||
sed -i '/CFLAGS/d' Makefile.PL
|
||||
}
|
Loading…
Add table
Reference in a new issue