]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
tack
authorImmae <immae@immae.eu>
Sun, 23 Feb 2014 21:56:44 +0000 (22:56 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 10 Jun 2015 19:36:21 +0000 (21:36 +0200)
Initial commit

.SRCINFO [new file with mode: 0644]
PKGBUILD [new file with mode: 0644]
tack.changelog [new file with mode: 0644]

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644 (file)
index 0000000..18350d2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = tack
+       pkgdesc = A program that can be used to verify or refine a terminfo (terminal information) description of a terminal.
+       pkgver = 1.07_20130713
+       pkgrel = 1
+       url = http://invisible-island.net/ncurses/tack.html
+       changelog = tack.changelog
+       arch = i686
+       arch = x86_64
+       license = custom
+       depends = ncurses
+       provides = tack
+       source = ftp://invisible-island.net/ncurses/current/tack-1.07-20130713.tgz
+       md5sums = c79fd171415dbdce11032e6bb42aa6f6
+
+pkgname = tack
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644 (file)
index 0000000..c1ef245
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Contributor: Immae <ismael.bouya@normalesup.org>
+
+# Maintainer: Immae <ismael.bouya@normalesup.org>
+pkgname=tack
+pkgver=1.07_20130713
+pkgrel=1
+pkgdesc="A program that can be used to verify or refine a terminfo (terminal information) description of a terminal."
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/ncurses/tack.html"
+license=('custom')
+changelog="$pkgname.changelog"
+provides=('tack')
+depends=('ncurses')
+source=("ftp://invisible-island.net/ncurses/current/${pkgname}-${pkgver//_/-}.tgz")
+
+
+
+build() {
+       cd ${srcdir}/${pkgname}-${pkgver//_/-}
+       ./configure --prefix=/usr \
+          --bindir=/usr/bin
+       make
+}
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver//_/-}
+       make DESTDIR=${pkgdir} install
+       install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+
+md5sums=('c79fd171415dbdce11032e6bb42aa6f6')
+
diff --git a/tack.changelog b/tack.changelog
new file mode 100644 (file)
index 0000000..2b85f85
--- /dev/null
@@ -0,0 +1,2 @@
+2013-10-20 initial PKGBUILD
+