perl-html-parser fix file conflict

This commit is contained in:
Victor Tebar
2023-10-11 12:25:04 +00:00
parent fa52554c68
commit ea50bb3a25
2 changed files with 3 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
perl-html-parser-3.81-2
perl-html-parser-3.81-3
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
@@ -19,13 +19,3 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/a
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/Parser/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/Parser/Parser.so
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/HTML::Entities.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::Filter.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::HeadParser.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::LinkExtor.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::Parser.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::PullParser.3.gz
-r--r--r-- root/root usr/share/man/man3/HTML::TokeParser.3.gz

View File

@@ -3,7 +3,7 @@
name=perl-html-parser
version=3.81
release=2
release=3
source="$name-$version.tar.gz::https://www.cpan.org/modules/by-module/HTML/HTML-Parser-$version.tar.gz"
build() {
@@ -12,4 +12,5 @@ build() {
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name *.pod -delete
rm -rf $PKG/usr/share
}