Added libx86-1.1 template.
--HG-- extra : convert_revision : 2748bbc7da234e38ca1f94890ebbfb61ebf0a470
This commit is contained in:
parent
5395724d83
commit
3cdc802561
3 changed files with 33 additions and 0 deletions
templates
1
templates/libx86-devel
Symbolic link
1
templates/libx86-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libx86
|
16
templates/libx86/devel.template
Normal file
16
templates/libx86/devel.template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'libx86-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libx86-libs
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||||
|
}
|
16
templates/libx86/template
Normal file
16
templates/libx86/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'libx86'
|
||||||
|
pkgname=libx86
|
||||||
|
sourcepkg=$pkgname
|
||||||
|
version=1.1
|
||||||
|
distfiles="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-$version.tar.gz "
|
||||||
|
build_style=gnu_makefile
|
||||||
|
make_build_args="BACKEND=x86emu"
|
||||||
|
short_desc="Library for making real-mode x86 calls"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048
|
||||||
|
long_desc="
|
||||||
|
A library to provide support for making real-mode x86 calls with an emulated
|
||||||
|
x86 processor."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency full glibc
|
Loading…
Reference in a new issue