[arch-commits] Commit in libpaper/repos (4 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Mon May 13 21:25:37 UTC 2013
Date: Monday, May 13, 2013 @ 23:25:37
Author: arodseth
Revision: 90780
archrelease: copy trunk to community-x86_64, community-i686
Added:
libpaper/repos/community-i686/PKGBUILD
(from rev 90779, libpaper/trunk/PKGBUILD)
libpaper/repos/community-x86_64/PKGBUILD
(from rev 90779, libpaper/trunk/PKGBUILD)
Deleted:
libpaper/repos/community-i686/PKGBUILD
libpaper/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 ------------------
community-x86_64/PKGBUILD | 29 ------------------
3 files changed, 68 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-13 21:25:25 UTC (rev 90779)
+++ community-i686/PKGBUILD 2013-05-13 21:25:37 UTC (rev 90780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=4
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-options=('!libtool')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
- make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libpaper/repos/community-i686/PKGBUILD (from rev 90779, libpaper/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 21:25:37 UTC (rev 90780)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=5
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-13 21:25:25 UTC (rev 90779)
+++ community-x86_64/PKGBUILD 2013-05-13 21:25:37 UTC (rev 90780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=4
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-options=('!libtool')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
- make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libpaper/repos/community-x86_64/PKGBUILD (from rev 90779, libpaper/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-13 21:25:37 UTC (rev 90780)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=5
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list