libx86: remove long_desc.
This commit is contained in:
parent
8226403802
commit
72bc56af78
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libx86'
|
# Template file for 'libx86'
|
||||||
pkgname=libx86
|
pkgname=libx86
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="BACKEND=x86emu"
|
make_build_args="BACKEND=x86emu"
|
||||||
short_desc="Library for making real-mode x86 calls"
|
short_desc="Library for making real-mode x86 calls"
|
||||||
|
@ -10,15 +10,13 @@ license="Custom"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-$version.tar.gz "
|
distfiles="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-$version.tar.gz "
|
||||||
checksum=5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048
|
checksum=5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048
|
||||||
long_desc="
|
|
||||||
A library to provide support for making real-mode x86 calls with an emulated
|
|
||||||
x86 processor."
|
|
||||||
|
|
||||||
libx86-devel_package() {
|
libx86-devel_package() {
|
||||||
depends="libx86>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue