dev86: remove long_desc.
This commit is contained in:
parent
f183f8751d
commit
c6b63260fc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dev86'
|
# Template file for 'dev86'
|
||||||
pkgname=dev86
|
pkgname=dev86
|
||||||
version=0.16.19
|
version=0.16.19
|
||||||
revision=1
|
revision=2
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
makedepends="bin86"
|
makedepends="bin86"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
|
@ -11,9 +11,6 @@ license="GPL+, GPL-2+, LGPL-2+"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://www.debath.co.uk/dev86/Dev86src-$version.tar.gz"
|
distfiles="http://www.debath.co.uk/dev86/Dev86src-$version.tar.gz"
|
||||||
checksum=33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e
|
checksum=33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e
|
||||||
long_desc="
|
|
||||||
This package provides a cross development C compiler, assembler and linker
|
|
||||||
environment for the production of 8086 executables (Optionally MSDOS COM)."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
for f in libc/bcc libc/misc libc/msdos libc/string libc/syscall \
|
for f in libc/bcc libc/misc libc/msdos libc/string libc/syscall \
|
||||||
|
@ -24,8 +21,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DIST=${DESTDIR} MANDIR=/usr/share/man \
|
make DIST=${DESTDIR} MANDIR=/usr/share/man install install-man
|
||||||
install install-man
|
|
||||||
|
|
||||||
# Remove stuff supplied by bin86
|
# Remove stuff supplied by bin86
|
||||||
rm -f ${DESTDIR}/usr/bin/{as,ld,nm,objdump,size}86
|
rm -f ${DESTDIR}/usr/bin/{as,ld,nm,objdump,size}86
|
||||||
|
|
Loading…
Reference in New Issue