perl-ExtUtils-PkgConfig: remove long_desc.
This commit is contained in:
parent
ddca3d76d1
commit
e306be0f1b
1 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl-ExtUtils-PkgConfig'.
|
||||
pkgname=perl-ExtUtils-PkgConfig
|
||||
version=1.12
|
||||
revision=4
|
||||
wrksrc="ExtUtils-PkgConfig-$version"
|
||||
revision=5
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18 pkg-config"
|
||||
makedepends="${hostmakedepends}"
|
||||
|
@ -14,11 +14,3 @@ license="LGPL-2.1"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-PkgConfig-$version.tar.gz"
|
||||
checksum=6330b9d1165363837ac1ab014888e3d908f8fb9eb76b31a36096d0e504f6ff42
|
||||
long_desc="
|
||||
The pkg-config program retrieves information about installed libraries,
|
||||
usually for the purposes of compiling against and linking to them.
|
||||
|
||||
ExtUtils::PkgConfig is a very simplistic interface to this utility,
|
||||
intended for use in the Makefile.PL of perl extensions which bind
|
||||
libraries that pkg-config knows. It is really just boilerplate code
|
||||
that you would've written yourself."
|
||||
|
|
Loading…
Add table
Reference in a new issue