summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-29 15:12:00 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-29 15:12:00 (GMT)
commitcfb9728fa1e975be5211c86b6036909528004d52 (patch)
treec71ae7c92aade3cd73dbe5b1602c6d96675cf332 /abs
parentbfbb65a6f8708052a18dd08bb8a3b5c5805a3e8d (diff)
downloadlinhes_pkgbuild-cfb9728fa1e975be5211c86b6036909528004d52.zip
linhes_pkgbuild-cfb9728fa1e975be5211c86b6036909528004d52.tar.gz
linhes_pkgbuild-cfb9728fa1e975be5211c86b6036909528004d52.tar.bz2
remove syslinux from core
Diffstat (limited to 'abs')
-rw-r--r--abs/core/syslinux/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core/syslinux/PKGBUILD b/abs/core/syslinux/PKGBUILD
deleted file mode 100644
index 406f72d..0000000
--- a/abs/core/syslinux/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Contributor: lowercase
-# Maintainer: Dale Blount <dale@archlinux.org>
-pkgname=syslinux
-pkgver=3.60
-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' 'glibc')
-makedepends=(nasm perl)
-conflicts=()
-replaces=()
-backup=()
-install=
-source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$pkgver.tar.bz2)
-md5sums=('96e11c6baa87a937b0726b07d687cb7b')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- make || return 1
- make SBINDIR=$startdir/pkg/usr/sbin BINDIR=$startdir/pkg/usr/bin LIBDIR=$startdir/pkg/usr/lib INCDIR=$startdir/pkg/usr/include MANDIR=$startdir/pkg/usr/share/man install
- install -m755 mkdiskimage $startdir/pkg/usr/bin || return 1
-}