diff options
Diffstat (limited to 'libre/parabolaiso-data/PKGBUILD')
-rw-r--r-- | libre/parabolaiso-data/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD deleted file mode 100644 index 22c1b98f6..000000000 --- a/libre/parabolaiso-data/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Esteban Carnevale <alfplayer@mailoo.org> - -pkgname=parabolaiso-data -pkgver=1 -pkgrel=1 -pkgdesc="Data files of parabolaiso, the tool to create ISO images" -arch=('any') -url="https://projects.parabolagnulinux.org/parabolaiso.git" -license=('GPL') -_basesource1='https://projects.parabolagnulinux.org/~old/parabolaiso.git/plain' -_basesource2='https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2' -source=("${_basesource1}/configs/releng/syslinux/splash.png" - "${_basesource2}/ShellBinPkg/UefiShell/X64/Shell.efi" - "${_basesource2}/EdkShellBinPkg/FullShell/X64/Shell_Full.efi") -md5sums=('befd0e7c38a03442b791f2a530b4dd2d' - '01a8ee2759fa2170c065414489d9b823' - '92d78841d0c44118064b59e95164b2ee') - -package() { - cd $srcdir - - datadir="usr/share/parabolaiso/data" - - install -d $pkgdir/$datadir - - install -D -m644 splash.png $pkgdir/$datadir/splash.png - install -D -m644 Shell.efi $pkgdir/$datadir/Shell.efi - install -D -m644 Shell_Full.efi $pkgdir/$datadir/Shell_Full.efi -} |