perl-http-date: new port

This commit is contained in:
Luis
2023-07-20 15:55:34 +00:00
parent 9bb12be1f8
commit 9ee7f82b2f
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
60462359bfeb1e6d14602508cfd07885 perl-http-date-6.06.tar.gz

View File

@@ -0,0 +1,18 @@
perl-http-date-6.06-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.38/
drwxr-xr-x root/root usr/lib/perl5/5.38/x86_64-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/HTTP/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/HTTP/Date.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTTP/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTTP/Date/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/HTTP::Date.3.gz

View File

@@ -0,0 +1,17 @@
# description : Lightweight YouTube client that does no>
# homepage : https://cpan.metacpan.org
# depends : perl
name=perl-http-date
version=6.06
release=1
source="$name-$version.tar.gz::https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-$version.tar.gz"
build() {
cd HTTP-Date-$version
perl -I. Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
}