mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/perl-text-brew: add package description
This commit is contained in:
parent
5164ed8433
commit
b72814fde7
@ -4,8 +4,8 @@
|
|||||||
pkgname=perl-text-brew
|
pkgname=perl-text-brew
|
||||||
_pkgreal=Text-Brew
|
_pkgreal=Text-Brew
|
||||||
pkgver=0.02
|
pkgver=0.02
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="unknown"
|
pkgdesc="An implementation of the Brew edit distance"
|
||||||
url="http://search.cpan.org/dist/Text-Brew/"
|
url="http://search.cpan.org/dist/Text-Brew/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL PerlArtistic"
|
license="GPL PerlArtistic"
|
||||||
@ -20,7 +20,7 @@ source="http://search.cpan.org/CPAN/authors/id/K/KC/KCIVEY/$_pkgreal-$pkgver.tar
|
|||||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare || return 1
|
default_prepare
|
||||||
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
|
Loading…
Reference in New Issue
Block a user