From c5799ce5c70b72dd3fec6e73d869437428dd6bd8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Dec 2009 22:46:17 +0100 Subject: [PATCH] Added yasm-0.8.0 build template. --HG-- extra : convert_revision : 65b440c2ae8a84e4c7c11eed6f9723a8f11f72ad --- srcpkgs/yasm/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/yasm/template diff --git a/srcpkgs/yasm/template b/srcpkgs/yasm/template new file mode 100644 index 00000000000..c6fd39e4d74 --- /dev/null +++ b/srcpkgs/yasm/template @@ -0,0 +1,23 @@ +# Template file for 'yasm' +pkgname=yasm +version=0.8.0 +distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz" +build_style=gnu_configure +short_desc="Complete rewrite of the NASM assembler with BSD license" +maintainer="Juan RP " +checksum=b5a9d4c99fb9d678eafc735f2eb9a05c193e6e6f7b0d45ed686796f3bfc8d887 +long_desc=" + YASM is a complete rewrite of the NASM assembler under the new BSD License + (some portions are currently under the GNU General Public License (GPL) or + the GNU Lesser General Public License (LGPL)). It is designed from the ground + up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, + GAS, etc.) in addition to multiple output object formats. Another primary + module of the overall design is an optimizer module." + +Add_dependency run glibc + +post_install() +{ + rm -rf ${DESTDIR}/usr/lib + rm -rf ${DESTDIR}/usr/include +}