[Frugalware-git] frugalware-current: perl-date-parse-1.16-2-i686

VMiklos vmiklos at frugalware.org
Fri Sep 21 22:49:24 CEST 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=edd44e6364f7c74ff10c374c80defdb523c09a37

commit edd44e6364f7c74ff10c374c80defdb523c09a37
Author: VMiklos <vmiklos at frugalware.org>
Date:   Fri Sep 21 22:48:36 2007 +0200

perl-date-parse-1.16-2-i686

rebuild
use Fcd and Fbuild

diff --git a/source/devel-extra/perl-date-parse/FrugalBuild b/source/devel-extra/perl-date-parse/FrugalBuild
index c26b4a5..60b95a3 100644
--- a/source/devel-extra/perl-date-parse/FrugalBuild
+++ b/source/devel-extra/perl-date-parse/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=perl-date-parse
pkgver=1.16
-pkgrel=1
+pkgrel=2
pkgdesc="Parse date strings into time values"
url="http://cpan.org/"
makedepends=('perl')
@@ -15,15 +15,6 @@ source=(http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-$pkgver.tar.g
sha1sums=('36875a6cb20585d0589e2fccade04fae6e0db372')

build() {
-	cd $startdir/src/TimeDate-$pkgver
-	perl Makefile.PL
-
-	make test
-	make || return 1
-
-	make install DESTDIR=$startdir/pkg
-	mv $startdir/pkg/usr/lib/perl5/site_perl/?.?.? \
-		$startdir/pkg/usr/lib/perl5/site_perl/current
-	rm -rf $startdir/pkg/usr/lib/perl5/?.?.?
-	find $startdir/pkg/usr/lib/perl5/site_perl/current/ -name .packlist -exec rm {} \;
+	Fcd TimeDate-$pkgver
+	Fbuild
}


More information about the Frugalware-git mailing list