[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Mar 12 15:48:08 UTC 2013


    Date: Tuesday, March 12, 2013 @ 16:48:07
  Author: arodseth
Revision: 86171

Added extra configuration files for ufw (moved from the mosh package)

Added:
  ufw-extras/
  ufw-extras/repos/
  ufw-extras/repos/community-any/
  ufw-extras/trunk/
  ufw-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: ufw-extras/trunk/PKGBUILD
===================================================================
--- ufw-extras/trunk/PKGBUILD	                        (rev 0)
+++ ufw-extras/trunk/PKGBUILD	2013-03-12 15:48:07 UTC (rev 86171)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=ufw-extras
+pkgver=0.1
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+license=('GPL2')
+depends=('ufw')
+source=("$pkgname.tgz::https://nodeload.github.com/xyproto/$pkgname/tar.gz/master")
+sha256sums=('4fb0a81915715033ddc4848514302b304bfccf4c2e2a96d536bbc153a0289b2d')
+backup=('etc/ufw/applications.d/ufw-mosh')
+
+package() {
+  cd "$srcdir/$pkgname-master"
+
+  install -Dm644 ufw-mosh "$pkgdir/etc/ufw/applications.d/ufw-mosh"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: ufw-extras/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list