[arch-commits] Commit in tinyemu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Apr 1 13:10:01 UTC 2019
Date: Monday, April 1, 2019 @ 13:09:58
Author: arodseth
Revision: 446935
archrelease: copy trunk to community-x86_64
Added:
tinyemu/repos/community-x86_64/PKGBUILD
(from rev 446934, tinyemu/trunk/PKGBUILD)
Deleted:
tinyemu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-01 13:09:52 UTC (rev 446934)
+++ PKGBUILD 2019-04-01 13:09:58 UTC (rev 446935)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=tinyemu
-pkgver=2019_02_10
-pkgrel=2
-pkgdesc='RISC-V system emulator'
-arch=(x86_64)
-groups=(risc-v)
-url='https://bellard.org/tinyemu/'
-license=(MIT)
-depends=(curl sdl)
-makedepends=(setconf)
-source=("https://bellard.org/tinyemu/$pkgname-${pkgver//_/-}.tar.gz")
-sha256sums=('0a2ded13a51bc3d6e69afd29c6a4709b327256ea36e562a5d9fa253cd224fa5b')
-
-prepare() {
- local m="$pkgname-${pkgver//_/-}/Makefile"
- setconf "$m" bindir="/usr/bin"
- setconf "$m" CFLAGS="-O2 -Wall -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -MMD $CFLAGS -w"
- setconf "$m" LDFLAGS="$LDFLAGS"
-}
-
-build() {
- make -C "$pkgname-${pkgver//_/-}"
-}
-
-package() {
- cd "$pkgname-${pkgver//_/-}"
- install -d "$pkgdir/usr/bin"
- make DESTDIR="$pkgdir" install
- install -Dm644 readme.txt \
- "$pkgdir/usr/share/doc/$pkgname/readme.txt"
- install -Dm644 MIT-LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: tinyemu/repos/community-x86_64/PKGBUILD (from rev 446934, tinyemu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-01 13:09:58 UTC (rev 446935)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=tinyemu
+pkgver=2019_02_10
+pkgrel=3
+pkgdesc='RISC-V system emulator'
+arch=(x86_64)
+groups=(risc-v)
+url='https://bellard.org/tinyemu/'
+license=(MIT)
+depends=(curl sdl)
+makedepends=(setconf)
+source=("https://bellard.org/tinyemu/$pkgname-${pkgver//_/-}.tar.gz")
+sha256sums=('0a2ded13a51bc3d6e69afd29c6a4709b327256ea36e562a5d9fa253cd224fa5b')
+
+prepare() {
+ local m="$pkgname-${pkgver//_/-}/Makefile"
+ setconf "$m" bindir="/usr/bin"
+ setconf "$m" CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -MMD $CFLAGS -w"
+ setconf "$m" LDFLAGS="$LDFLAGS"
+}
+
+build() {
+ make -C "$pkgname-${pkgver//_/-}"
+}
+
+package() {
+ cd "$pkgname-${pkgver//_/-}"
+ install -d "$pkgdir/usr/bin"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 readme.txt \
+ "$pkgdir/usr/share/doc/$pkgname/readme.txt"
+ install -Dm644 MIT-LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list