[arch-commits] Commit in syslinux/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Wed Jun 2 17:08:57 UTC 2010


    Date: Wednesday, June 2, 2010 @ 13:08:57
  Author: thomas
Revision: 81746

Update to the 4.00 release candidate 4.00pre47 and clean up the PKGBUILD

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-02 17:02:32 UTC (rev 81745)
+++ PKGBUILD	2010-06-02 17:08:57 UTC (rev 81746)
@@ -1,22 +1,28 @@
 # $Id$
-# Contributor: lowercase
-# Maintainer: Dale Blount <dale at archlinux.org>
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
 pkgname=syslinux
-pkgver=3.86
+_dlver=4.00-pre47
+pkgver=$(echo ${_dlver} | sed 's|-||g')
 pkgrel=1
 arch=('i686' 'x86_64')
-pkgdesc="a boot loader for the Linux operating system which operates off an MS-DOS/Windows FAT filesystem."
-url="http://syslinux.org"
-license=(GPL)
-depends=('perl' 'perl-passwd-md5' 'perl-digest-sha1' 'glibc' 'mtools')
-makedepends=(nasm)
-source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$pkgver.tar.bz2)
+pkgdesc="Collection of flexible boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE"
+url="http://syslinux.zytor.com/"
+license=('GPL2')
+depends=('perl' 'glibc')
+optdepends=('perl-passwd-md5:  For md5pass'
+            'perl-digest-sha1: For sha1pass'
+            'mtools:           For mkdiskimage and syslinux'
+           )
+makedepends=('nasm')
+source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/$pkgname-${_dlver}.tar.bz2)
+sha256sums=('611be475ddf342f58db7c717f47c2f53f13bb26806b54df364d5785c47eea08b')
 
 build() {
   LDFLAGS=""
-  cd $startdir/src/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-${_dlver}
   sed -i -e 's#win32/syslinux.exe##g' Makefile
   make || return 1
-  make SBINDIR=$startdir/pkg/usr/sbin BINDIR=$startdir/pkg/usr/bin INCDIR=$startdir/pkg/usr/include MANDIR=$startdir/pkg/usr/share/man AUXDIR=$startdir/pkg/usr/lib/syslinux install
+  make SBINDIR="$pkgdir"/usr/sbin BINDIR="$pkgdir"/usr/bin INCDIR="$pkgdir"/usr/include MANDIR="$pkgdir"/usr/share/man AUXDIR="$pkgdir"/usr/lib/syslinux install
 }
-md5sums=('d6fb0231e82190b4932b2aa20274911a')




More information about the arch-commits mailing list