Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files and other related stuff are stored there. --HG-- extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
parent
6c252d43d4
commit
fa2748d9b2
291 changed files with 25 additions and 24 deletions
25
templates/syslinux/template
Normal file
25
templates/syslinux/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'syslinux'
|
||||
pkgname=syslinux
|
||||
version=3.73
|
||||
distfiles="
|
||||
http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
||||
short_desc="A boot loader for the Linux operating system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5476096dfae4777f295b54cad2be3913581ab6066949e188b9ff414769cb7936
|
||||
long_desc="
|
||||
The SYSLINUX Project covers lightweight bootloaders for floppy media (SYSLINUX),
|
||||
network booting (PXELINUX), and bootable \"El Torito\" CD-ROMs (ISOLINUX).
|
||||
The project also includes MEMDISK, a tool to boot legacy operating systems
|
||||
(such as DOS) from nontraditional media; it is usually used in conjunction with
|
||||
PXELINUX and ISOLINUX."
|
||||
|
||||
build_depends="perl-5.10.0 nasm-2.05"
|
||||
run_depends="glibc-2.8"
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
# Disable this file which causes an error.
|
||||
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue