[arch-commits] Commit in dev86/repos (7 files)
Antonio Rojas
arojas at archlinux.org
Sat Sep 9 09:54:45 UTC 2017
Date: Saturday, September 9, 2017 @ 09:54:44
Author: arojas
Revision: 256654
archrelease: copy trunk to community-i686, community-x86_64
Added:
dev86/repos/community-i686/PKGBUILD
(from rev 256653, dev86/trunk/PKGBUILD)
dev86/repos/community-i686/mandir.patch
(from rev 256653, dev86/trunk/mandir.patch)
dev86/repos/community-x86_64/
dev86/repos/community-x86_64/PKGBUILD
(from rev 256653, dev86/trunk/PKGBUILD)
dev86/repos/community-x86_64/mandir.patch
(from rev 256653, dev86/trunk/mandir.patch)
Deleted:
dev86/repos/community-i686/PKGBUILD
dev86/repos/community-i686/mandir.patch
-------------------------------+
/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
/mandir.patch | 34 ++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 42 ----------------------------------------
community-i686/mandir.patch | 34 --------------------------------
community-x86_64/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
community-x86_64/mandir.patch | 34 ++++++++++++++++++++++++++++++++
6 files changed, 152 insertions(+), 76 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-09 09:54:16 UTC (rev 256653)
+++ community-i686/PKGBUILD 2017-09-09 09:54:44 UTC (rev 256654)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: Suat SARIALP <muhendis.suat at gmail.com>
-
-pkgname=dev86
-pkgver=0.16.21
-pkgrel=1
-pkgdesc="Simple C compiler to generate 8086 code"
-arch=('i686' 'x86_64')
-url="http://v3.sk/~lkundrak/dev86/"
-license=(GPL)
-if [ "${CARCH}" == "x86_64" ]; then
- depends=('lib32-glibc')
- makedepends=('bin86' 'gcc-multilib')
-else
- makedepends=('bin86')
-fi
-options=('!libtool' '!strip' '!makeflags' 'staticlibs')
-source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
- mandir.patch)
-md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
- '509df653dec8956faf1a40a8c544d9ce')
-
-prepare() {
- cd $srcdir/$pkgname-$pkgver
- patch -p1 <$srcdir/mandir.patch
-}
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr DIST="$pkgdir"
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- mkdir -p $pkgdir/usr/share/man/man1
- make install-all DIST="$pkgdir"
- # remove all the stuff supplied by bin86
- rm $pkgdir/usr/bin/{as,ld,nm,objdump,size}86
- rm $pkgdir/usr/share/man/man1/{as,ld}86.1
-}
Copied: dev86/repos/community-i686/PKGBUILD (from rev 256653, dev86/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 09:54:44 UTC (rev 256654)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: Suat SARIALP <muhendis.suat at gmail.com>
+
+pkgname=dev86
+pkgver=0.16.21
+pkgrel=2
+pkgdesc="Simple C compiler to generate 8086 code"
+arch=('i686' 'x86_64')
+url="http://v3.sk/~lkundrak/dev86/"
+license=(GPL)
+if [ "${CARCH}" == "x86_64" ]; then
+ depends=('lib32-glibc')
+ makedepends=('bin86' 'gcc-multilib')
+else
+ makedepends=('bin86')
+fi
+options=('!libtool' '!strip' '!makeflags' 'staticlibs')
+source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
+ mandir.patch)
+md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
+ '509df653dec8956faf1a40a8c544d9ce')
+
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver
+ patch -p1 <"$srcdir"/mandir.patch
+}
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make PREFIX=/usr DIST="$pkgdir"
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ mkdir -p "$pkgdir"/usr/share/man/man1
+ make install-all DIST="$pkgdir"
+ # remove all the stuff supplied by bin86
+ rm "$pkgdir"/usr/bin/{as,ld,nm,objdump,size}86
+ rm "$pkgdir"/usr/share/man/man1/{as,ld}86.1
+}
Deleted: community-i686/mandir.patch
===================================================================
--- community-i686/mandir.patch 2017-09-09 09:54:16 UTC (rev 256653)
+++ community-i686/mandir.patch 2017-09-09 09:54:44 UTC (rev 256654)
@@ -1,34 +0,0 @@
-diff -wbBur dev86-0.16.19.org/dis88/Makefile dev86-0.16.19/dis88/Makefile
---- dev86-0.16.19.org/dis88/Makefile 1998-07-31 17:01:40.000000000 +0400
-+++ dev86-0.16.19/dis88/Makefile 2012-10-24 14:46:02.684587469 +0400
-@@ -38,7 +38,7 @@
-
- install: dis88
- install -m 755 -s dis88 $(DIST)$(PREFIX)/bin/dis86
-- install -m 644 dis88.1 $(DIST)$(PREFIX)/man/man1/dis86.1
-+ install -m 644 dis88.1 $(DIST)$(PREFIX)/share/man/man1/dis86.1
-
- $(OBJ): dis.h a.out.h
-
-diff -wbBur dev86-0.16.19.org/Makefile dev86-0.16.19/Makefile
---- dev86-0.16.19.org/Makefile 2012-08-14 00:10:08.000000000 +0400
-+++ dev86-0.16.19/Makefile 2012-10-24 14:45:50.917920191 +0400
-@@ -17,7 +17,7 @@
- LIBDIR= $(PREFIX)/lib/bcc
- INCLDIR= $(PREFIX)/lib/bcc
- ASLDDIR= $(BINDIR)
--MANDIR= $(PREFIX)/man
-+MANDIR= $(PREFIX)/share/man
- CFLAGS= -O
- IFDEFNAME= ifdef
-
-diff -wbBur dev86-0.16.19.org/man/Makefile dev86-0.16.19/man/Makefile
---- dev86-0.16.19.org/man/Makefile 1998-07-31 17:03:30.000000000 +0400
-+++ dev86-0.16.19/man/Makefile 2012-10-24 14:45:55.494587123 +0400
-@@ -1,5 +1,5 @@
-
--MANDIR=/usr/man
-+MANDIR=/usr/share/man
- MAN1PG=as86.1 bcc.1 elks.1 elksemu.1 ld86.1
- MAN1DIR=$(MANDIR)/man1
-
Copied: dev86/repos/community-i686/mandir.patch (from rev 256653, dev86/trunk/mandir.patch)
===================================================================
--- community-i686/mandir.patch (rev 0)
+++ community-i686/mandir.patch 2017-09-09 09:54:44 UTC (rev 256654)
@@ -0,0 +1,34 @@
+diff -wbBur dev86-0.16.19.org/dis88/Makefile dev86-0.16.19/dis88/Makefile
+--- dev86-0.16.19.org/dis88/Makefile 1998-07-31 17:01:40.000000000 +0400
++++ dev86-0.16.19/dis88/Makefile 2012-10-24 14:46:02.684587469 +0400
+@@ -38,7 +38,7 @@
+
+ install: dis88
+ install -m 755 -s dis88 $(DIST)$(PREFIX)/bin/dis86
+- install -m 644 dis88.1 $(DIST)$(PREFIX)/man/man1/dis86.1
++ install -m 644 dis88.1 $(DIST)$(PREFIX)/share/man/man1/dis86.1
+
+ $(OBJ): dis.h a.out.h
+
+diff -wbBur dev86-0.16.19.org/Makefile dev86-0.16.19/Makefile
+--- dev86-0.16.19.org/Makefile 2012-08-14 00:10:08.000000000 +0400
++++ dev86-0.16.19/Makefile 2012-10-24 14:45:50.917920191 +0400
+@@ -17,7 +17,7 @@
+ LIBDIR= $(PREFIX)/lib/bcc
+ INCLDIR= $(PREFIX)/lib/bcc
+ ASLDDIR= $(BINDIR)
+-MANDIR= $(PREFIX)/man
++MANDIR= $(PREFIX)/share/man
+ CFLAGS= -O
+ IFDEFNAME= ifdef
+
+diff -wbBur dev86-0.16.19.org/man/Makefile dev86-0.16.19/man/Makefile
+--- dev86-0.16.19.org/man/Makefile 1998-07-31 17:03:30.000000000 +0400
++++ dev86-0.16.19/man/Makefile 2012-10-24 14:45:55.494587123 +0400
+@@ -1,5 +1,5 @@
+
+-MANDIR=/usr/man
++MANDIR=/usr/share/man
+ MAN1PG=as86.1 bcc.1 elks.1 elksemu.1 ld86.1
+ MAN1DIR=$(MANDIR)/man1
+
Copied: dev86/repos/community-x86_64/PKGBUILD (from rev 256653, dev86/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-09 09:54:44 UTC (rev 256654)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: Suat SARIALP <muhendis.suat at gmail.com>
+
+pkgname=dev86
+pkgver=0.16.21
+pkgrel=2
+pkgdesc="Simple C compiler to generate 8086 code"
+arch=('i686' 'x86_64')
+url="http://v3.sk/~lkundrak/dev86/"
+license=(GPL)
+if [ "${CARCH}" == "x86_64" ]; then
+ depends=('lib32-glibc')
+ makedepends=('bin86' 'gcc-multilib')
+else
+ makedepends=('bin86')
+fi
+options=('!libtool' '!strip' '!makeflags' 'staticlibs')
+source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
+ mandir.patch)
+md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
+ '509df653dec8956faf1a40a8c544d9ce')
+
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver
+ patch -p1 <"$srcdir"/mandir.patch
+}
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make PREFIX=/usr DIST="$pkgdir"
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ mkdir -p "$pkgdir"/usr/share/man/man1
+ make install-all DIST="$pkgdir"
+ # remove all the stuff supplied by bin86
+ rm "$pkgdir"/usr/bin/{as,ld,nm,objdump,size}86
+ rm "$pkgdir"/usr/share/man/man1/{as,ld}86.1
+}
Copied: dev86/repos/community-x86_64/mandir.patch (from rev 256653, dev86/trunk/mandir.patch)
===================================================================
--- community-x86_64/mandir.patch (rev 0)
+++ community-x86_64/mandir.patch 2017-09-09 09:54:44 UTC (rev 256654)
@@ -0,0 +1,34 @@
+diff -wbBur dev86-0.16.19.org/dis88/Makefile dev86-0.16.19/dis88/Makefile
+--- dev86-0.16.19.org/dis88/Makefile 1998-07-31 17:01:40.000000000 +0400
++++ dev86-0.16.19/dis88/Makefile 2012-10-24 14:46:02.684587469 +0400
+@@ -38,7 +38,7 @@
+
+ install: dis88
+ install -m 755 -s dis88 $(DIST)$(PREFIX)/bin/dis86
+- install -m 644 dis88.1 $(DIST)$(PREFIX)/man/man1/dis86.1
++ install -m 644 dis88.1 $(DIST)$(PREFIX)/share/man/man1/dis86.1
+
+ $(OBJ): dis.h a.out.h
+
+diff -wbBur dev86-0.16.19.org/Makefile dev86-0.16.19/Makefile
+--- dev86-0.16.19.org/Makefile 2012-08-14 00:10:08.000000000 +0400
++++ dev86-0.16.19/Makefile 2012-10-24 14:45:50.917920191 +0400
+@@ -17,7 +17,7 @@
+ LIBDIR= $(PREFIX)/lib/bcc
+ INCLDIR= $(PREFIX)/lib/bcc
+ ASLDDIR= $(BINDIR)
+-MANDIR= $(PREFIX)/man
++MANDIR= $(PREFIX)/share/man
+ CFLAGS= -O
+ IFDEFNAME= ifdef
+
+diff -wbBur dev86-0.16.19.org/man/Makefile dev86-0.16.19/man/Makefile
+--- dev86-0.16.19.org/man/Makefile 1998-07-31 17:03:30.000000000 +0400
++++ dev86-0.16.19/man/Makefile 2012-10-24 14:45:55.494587123 +0400
+@@ -1,5 +1,5 @@
+
+-MANDIR=/usr/man
++MANDIR=/usr/share/man
+ MAN1PG=as86.1 bcc.1 elks.1 elksemu.1 ld86.1
+ MAN1DIR=$(MANDIR)/man1
+
More information about the arch-commits
mailing list