[arch-commits] Commit in sl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eric Bélanger
eric at archlinux.org
Fri Oct 17 17:17:08 UTC 2014
Date: Friday, October 17, 2014 @ 19:17:07
Author: eric
Revision: 120917
archrelease: copy trunk to community-x86_64
Added:
sl/repos/community-x86_64/PKGBUILD
(from rev 120916, sl/trunk/PKGBUILD)
Deleted:
sl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-17 17:15:30 UTC (rev 120916)
+++ PKGBUILD 2014-10-17 17:17:07 UTC (rev 120917)
@@ -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-x86_64/PKGBUILD (from rev 120916, sl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-10-17 17:17:07 UTC (rev 120917)
@@ -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