diff options
Diffstat (limited to 'nasm')
-rw-r--r-- | nasm/nasm_0.98.38.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe index 8bbda9c875..0aee9f9faf 100644 --- a/nasm/nasm_0.98.38.oe +++ b/nasm/nasm_0.98.38.oe @@ -2,6 +2,8 @@ SECTION = "devel" DESCRIPTION = "General-purpose x86 assembler" MAINTAINER = "Phil Blundell <pb@handhelds.org>" COMPATIBLE_HOST = 'i.86.*-(linux|freebsd.*)' +LICENSE = "GPL" +SECTION = "dev-lang" SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2" |