fasm: New Port

This commit is contained in:
James Mills 2007-01-13 15:31:07 +10:00
parent 7c3f985594
commit 3327f7d99d
3 changed files with 22 additions and 0 deletions

3
fasm/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fasm

1
fasm/.md5sum Normal file
View File

@ -0,0 +1 @@
b204556088246f12933069b9d17244ca fasm-1.67.tgz

18
fasm/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: flat assembler
# URL: http://flatassembler.net/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on:
name=fasm
version=1.67
release=1
source=(http://flatassembler.net/$name-$version.tgz)
build() {
cd $name
mkdir -p $PKG/usr/bin/
install -m755 fasm $PKG/usr/bin/fasm
chown -R root:root $PKG
}