[arch-commits] CVS update of extra/system/syslinux (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 1 18:00:43 UTC 2007


    Date: Monday, October 1, 2007 @ 14:00:43
  Author: tpowa
    Path: /home/cvs-extra/extra/system/syslinux

Modified: PKGBUILD (1.1 -> 1.2)

'upgpgk: update to latest version'


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/system/syslinux/PKGBUILD
diff -u extra/system/syslinux/PKGBUILD:1.1 extra/system/syslinux/PKGBUILD:1.2
--- extra/system/syslinux/PKGBUILD:1.1	Thu Mar 22 21:10:11 2007
+++ extra/system/syslinux/PKGBUILD	Mon Oct  1 14:00:43 2007
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD,v 1.1 2007/03/23 01:10:11 dale Exp $
+# $Id: PKGBUILD,v 1.2 2007/10/01 18:00:43 tpowa Exp $
 # Contributor: lowercase
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=syslinux
-pkgver=3.36
+pkgver=3.52
 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=(mtools)
+depends=('mtools' 'glibc')
 makedepends=(nasm perl)
 conflicts=()
 replaces=()
 backup=()
 install=
 source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$pkgver.tar.bz2)
-md5sums=('d1bfdaa53d31f572f540be55d1480027')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
   make || return 1
   make SBINDIR=$startdir/pkg/usr/sbin BINDIR=$startdir/pkg/usr/bin LIBDIR=$startdir/pkg/usr/lib INCDIR=$startdir/pkg/usr/include install
 }
 
 
+md5sums=('e66e2b3fd7a17977086f65588b324607')




More information about the arch-commits mailing list