diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
| commit | 5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch) | |
| tree | f1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/perl-linux-desktopfiles/abuild | |
| parent | 66196c82a820c3d13c833f4c626afad1dacbfc75 (diff) | |
| download | alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip | |
dropped xorg
Diffstat (limited to 'repos/xorg/perl-linux-desktopfiles/abuild')
| -rw-r--r-- | repos/xorg/perl-linux-desktopfiles/abuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/xorg/perl-linux-desktopfiles/abuild b/repos/xorg/perl-linux-desktopfiles/abuild deleted file mode 100644 index 068a2102..00000000 --- a/repos/xorg/perl-linux-desktopfiles/abuild +++ /dev/null @@ -1,12 +0,0 @@ -name=perl-linux-desktopfiles -version=0.26 -release=1 -source="https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/Linux-DesktopFiles-$version.tar.gz" - -prebuild() { - PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps \ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$PKG'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$PKG'" \ - MODULEBUILDRC=/dev/null -} |