diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/parabolaiso-data/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
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 -} |