[arch-commits] Commit in sl/repos/community-i686 (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Oct 17 17:10:42 UTC 2014


    Date: Friday, October 17, 2014 @ 19:10:42
  Author: eric
Revision: 120915

archrelease: copy trunk to community-i686

Added:
  sl/repos/community-i686/PKGBUILD
    (from rev 120914, sl/trunk/PKGBUILD)
Deleted:
  sl/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-17 17:06:45 UTC (rev 120914)
+++ PKGBUILD	2014-10-17 17:10:42 UTC (rev 120915)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jakub Luzny <limoto94 at gmail.com>
-# Contributor: SanskritFritz (gmail)
-
-pkgname=sl
-pkgver=5.02
-pkgrel=3
-pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls".'
-arch=('i686' 'x86_64' 'arm')
-url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
-license=('custom')
-depends=('ncurses')
-source=("https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
-md5sums=('5d5fe203eb19598821647ba8db5dde6c')
-
-build() {
-	cd "$srcdir/sl-$pkgver"
-
-	cc $CFLAGS -o sl sl.c -lcurses
-	gzip -9 -f sl.1
-}
-
-package() {
-	cd "$srcdir/sl-$pkgver"
-
-	install -Dm 775 sl "$pkgdir/usr/bin/sl"
-	install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sl/repos/community-i686/PKGBUILD (from rev 120914, sl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-17 17:10:42 UTC (rev 120915)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jakub Luzny <limoto94 at gmail.com>
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=3
+pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls".'
+arch=('i686' 'x86_64')
+url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
+license=('custom')
+depends=('ncurses')
+source=("https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
+md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+
+build() {
+	cd "$srcdir/sl-$pkgver"
+
+	cc $CFLAGS -o sl sl.c -lcurses
+	gzip -9 -f sl.1
+}
+
+package() {
+	cd "$srcdir/sl-$pkgver"
+
+	install -Dm 775 sl "$pkgdir/usr/bin/sl"
+	install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list