diff options
Diffstat (limited to 'libre/parabolaiso-data/PKGBUILD')
-rw-r--r-- | libre/parabolaiso-data/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD deleted file mode 100644 index dab1db253..000000000 --- a/libre/parabolaiso-data/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Andreas Grapentin <andreas@grapentin.org> -# Contributor: André Silva <emulatorman@hyperbola.info> - -pkgname=parabolaiso-data -pkgver=5 -pkgrel=1 -pkgdesc="Data files of parabolaiso, the tool to create ISO images" -arch=('any') -url="https://projects.parabola.nu/packages/parabolaiso.git" -license=('GPL') -_url='https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2' -source=("${_url}/ShellBinPkg/UefiShell/X64/Shell.efi" - "${_url}/EdkShellBinPkg/FullShell/X64/Shell_Full.efi") -sha256sums=('91fbfd1b7239143a5c50e2c630aadc03bb49263eba4d8a0a1e6b3c9845208b88' - 'ea5e763a8a5f9733dbf7c33ffa16a19e078c6af635b51d8457bc377a22106a8c') - -package() { - cd $srcdir - - datadir="usr/share/parabolaiso/data" - - install -d $pkgdir/$datadir - - install -D -m644 Shell.efi $pkgdir/$datadir/Shell.efi - install -D -m644 Shell_Full.efi $pkgdir/$datadir/Shell_Full.efi -} |