Date: Friday, July 5, 2013 @ 19:02:14
  Author: bpiotrowski
Revision: 93559

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  fswebcam/repos/community-staging-i686/
  fswebcam/repos/community-staging-i686/PKGBUILD
    (from rev 93558, fswebcam/trunk/PKGBUILD)
  fswebcam/repos/community-staging-x86_64/
  fswebcam/repos/community-staging-x86_64/PKGBUILD
    (from rev 93558, fswebcam/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: fswebcam/repos/community-staging-i686/PKGBUILD (from rev 93558, 
fswebcam/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-07-05 17:02:14 UTC (rev 93559)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper <[email protected]>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Philipp Robbel <[email protected]>
+
+pkgname=fswebcam
+pkgver=20110717
+pkgrel=3
+pkgdesc="Tiny and flexible webcam app."
+arch=('i686' 'x86_64')
+url="http://www.firestorm.cx/fswebcam";
+license=('GPL')
+depends=('gd')
+backup=("etc/$pkgname.conf")
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed "s_^_#_g" -i example.conf
+  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
+}
+
+# vim:ts=2:sw=2:expandtab

Copied: fswebcam/repos/community-staging-x86_64/PKGBUILD (from rev 93558, 
fswebcam/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 17:02:14 UTC (rev 93559)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper <[email protected]>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Philipp Robbel <[email protected]>
+
+pkgname=fswebcam
+pkgver=20110717
+pkgrel=3
+pkgdesc="Tiny and flexible webcam app."
+arch=('i686' 'x86_64')
+url="http://www.firestorm.cx/fswebcam";
+license=('GPL')
+depends=('gd')
+backup=("etc/$pkgname.conf")
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed "s_^_#_g" -i example.conf
+  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
+}
+
+# vim:ts=2:sw=2:expandtab

Reply via email to