[arch-commits] Commit in laptop-detect/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 13 00:02:04 UTC 2013


    Date: Monday, May 13, 2013 @ 02:02:04
  Author: seblu
Revision: 90522

archrelease: copy trunk to community-any

Added:
  laptop-detect/repos/community-any/PKGBUILD
    (from rev 90521, laptop-detect/trunk/PKGBUILD)
Deleted:
  laptop-detect/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 00:01:54 UTC (rev 90521)
+++ PKGBUILD	2013-05-13 00:02:04 UTC (rev 90522)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu+arch at seblu.net>
-# Contributor: Bartek Piotrowski <barthalion at gmail.com>
-# Contributor: cromo <dawid at klej.net>
-
-pkgname=laptop-detect
-pkgver=0.13.7
-pkgrel=3
-pkgdesc='Attempts to detect a laptop'
-arch=('any')
-url='http://packages.qa.debian.org/l/laptop-detect.html'
-license='BSD' 
-depends=('dmidecode') 
-source=("http://cdn.debian.net/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.tar.gz")
-md5sums=('b5b3dab84ca03b66c8501dc8a98f9c91')
-
-package() { 
-    cd ${pkgname}
-    sed -e "s/@VERSION@/${pkgver}/g" < laptop-detect.in > laptop-detect
-    install -D -m755 laptop-detect "$pkgdir/usr/sbin/laptop-detect"
-    install -D -m 644 laptop-detect.8 "$pkgdir/usr/share/man/man8/laptop-detect.8"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: laptop-detect/repos/community-any/PKGBUILD (from rev 90521, laptop-detect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-13 00:02:04 UTC (rev 90522)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Bartek Piotrowski <barthalion at gmail.com>
+# Contributor: cromo <dawid at klej.net>
+
+pkgname=laptop-detect
+pkgver=0.13.7
+pkgrel=4
+pkgdesc='Attempts to detect a laptop'
+arch=('any')
+url='http://packages.qa.debian.org/l/laptop-detect.html'
+license=('BSD')
+depends=('dmidecode')
+source=("http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.tar.gz")
+md5sums=('b5b3dab84ca03b66c8501dc8a98f9c91')
+
+prepare() {
+  cd $pkgname
+  sed -e "s/@VERSION@/$pkgver/g" < laptop-detect.in > laptop-detect
+}
+
+package() {
+  cd $pkgname
+  install -D -m755 laptop-detect "$pkgdir/usr/bin/laptop-detect"
+  install -D -m644 laptop-detect.8 "$pkgdir/usr/share/man/man8/laptop-detect.8"
+  install -D -m644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/copyright"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list