diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-19 16:46:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-19 16:46:33 -0300 |
commit | a84211e8bdccdd64abd5e8fd95b9049db3304ff7 (patch) | |
tree | 5b0fd4cb09293a60ebdad1b4ad8f45236164f44a /libre/syslinux/rePKGBUILD | |
parent | a205f2124649f3d92a382f7e9786367a9bb71ab3 (diff) | |
download | abslibre-a84211e8bdccdd64abd5e8fd95b9049db3304ff7.tar.gz abslibre-a84211e8bdccdd64abd5e8fd95b9049db3304ff7.tar.bz2 abslibre-a84211e8bdccdd64abd5e8fd95b9049db3304ff7.zip |
syslinux-5.01-4: updating version
Diffstat (limited to 'libre/syslinux/rePKGBUILD')
-rw-r--r-- | libre/syslinux/rePKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/libre/syslinux/rePKGBUILD b/libre/syslinux/rePKGBUILD deleted file mode 100644 index 33a96d1a1..000000000 --- a/libre/syslinux/rePKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# This is an example rePKGBUILD file. Use this as a start to creating your own, -# and remove these comments. For more information, see 'man PKGBUILD'. -# NOTE: Please fill out the license field for your package! If it is unknown, -# then please put 'unknown'. - -# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> -source PKGBUILD -unset build package md5sums source check -_repo=core -pkgname='syslinux' -options=(!strip) -source=(PKGBUILD - http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/${pkgname}-${pkgver}-${pkgrel}-${CARCH}${PKGEXT} -# http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/${pkgname}-${pkgver}-4-${CARCH}${PKGEXT} - # files for pkg modifications - syslinux.cfg - splash.png) - -build() { - cd "${srcdir}/" - rm -v .{INSTALL,PKGINFO} ${pkgname%}-$pkgver-$pkgrel-$CARCH$PKGEXT || true -# rm -v .{INSTALL,PKGINFO} ${pkgname%}-$pkgver-4-$CARCH$PKGEXT || true - # put actions for package modifications below this line - - rm -v boot/syslinux/syslinux.cfg -} - -package_syslinux() { - pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)" - backup=('boot/syslinux/syslinux.cfg' - 'boot/syslinux/splash.png') - # Install the default configuration - install -D -m644 "$srcdir"/syslinux.cfg "$pkgdir"/boot/syslinux/syslinux.cfg - # Install Parabola splash - install -D -m644 "$srcdir"/splash.png "$pkgdir"/boot/syslinux/splash.png - - - find ${srcdir} -maxdepth 1 -type l -delete - cp -a ${srcdir}/* ${pkgdir} -} |