diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-31 21:24:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-31 21:27:21 -0400 |
commit | 19db09a7c48c4cade7698df3ab7e50f1de439f88 (patch) | |
tree | 95eaa573b5a12edab4e9870af839cc85d9df7883 /~lukeshu/dasm/PKGBUILD | |
parent | da916c690230bc1da612c3404c66603a1d9e8cd5 (diff) | |
download | abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.gz abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.bz2 abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.zip |
Remove old things from ~lukeshu
Diffstat (limited to '~lukeshu/dasm/PKGBUILD')
-rw-r--r-- | ~lukeshu/dasm/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/~lukeshu/dasm/PKGBUILD b/~lukeshu/dasm/PKGBUILD deleted file mode 100644 index 31ef87ad8..000000000 --- a/~lukeshu/dasm/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer (Arch): Max Pray a.k.a. Synthead <synthead@gmail.com> - -pkgname=dasm -pkgver=2.20.11 -pkgrel=3 -pkgdesc="An assembler for the 6502, 68HC11, 68705, 6803, HD6303, F8 and 6507 microprocessors" -arch=('i686' 'x86_64' 'mips64el') -url="http://www.atari2600.org/DASM" -license=('GPL') -source=("http://downloads.sourceforge.net/project/$pkgname-dillon/$pkgname-dillon/$pkgver/$pkgname-$pkgver.tar.gz") -md5sums=('3e67f7b8ac80419d53cc0aaa9a47ab37') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - install -Dm 755 "$srcdir/$pkgname-$pkgver/bin/dasm" "$pkgdir/usr/bin/dasm" - install -Dm 755 "$srcdir/$pkgname-$pkgver/bin/ftohex" "$pkgdir/usr/bin/ftohex" - - for doc in AUTHORS ChangeLog COPYING CREDITS FUTURE NEWS README README.ANDREW "doc/dasm.txt" "doc/ftohex.txt"; do - install -Dm 644 "$srcdir/$pkgname-$pkgver/$doc" "$pkgdir/usr/share/doc/dasm/${doc/*\/}" - done - - mkdir -p "$pkgdir/usr/share/dasm" - cp -R "$srcdir/$pkgname-$pkgver"/{machines,test} "$pkgdir/usr/share/dasm" - - chmod 755 "$pkgdir/usr/share"/{dasm,dasm/machines,dasm/machines/atari2600,dasm/machines/channel-f,dasm/test} - chmod 644 "$pkgdir/usr/share/dasm"/{machines/atari2600,machines/channel-f,test}/* -} |