[arch-commits] CVS update of extra/daemons/xsp (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Sep 3 09:02:17 UTC 2007


    Date: Monday, September 3, 2007 @ 05:02:17
  Author: jgc
    Path: /home/cvs-extra/extra/daemons/xsp

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: xsp 1.2.5-1
Add license


----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


Index: extra/daemons/xsp/PKGBUILD
diff -u extra/daemons/xsp/PKGBUILD:1.21 extra/daemons/xsp/PKGBUILD:1.22
--- extra/daemons/xsp/PKGBUILD:1.21	Sun Jun 10 16:45:13 2007
+++ extra/daemons/xsp/PKGBUILD	Mon Sep  3 05:02:17 2007
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD,v 1.21 2007/06/10 20:45:13 jgc Exp $
+# $Id: PKGBUILD,v 1.22 2007/09/03 09:02:17 jgc Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=xsp
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="A simple webserver based on mono - provides ASP.NET support"
 arch=(i686 x86_64)
-depends=('mono>=1.2')
+license=('custom')
 url="http://www.go-mono.com"
+depends=('mono>=1.2')
+options=(!makeflags)
 install=${pkgname}.install
 source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \
         ${pkgname}.rc.d ${pkgname}.conf.d ${pkgname}.webapp)
-md5sums=('b1b9641d2ffeaca465a29ff62c5584e2'
+md5sums=('adb7871e5ebeefcf8ed959523442c0fb'
          '9575bd7d6f64d51ba05bdd6370665858'
          '35d921df0fefc30f47a438c95d420efc'
          '3136575652778d8b905dae8302ceec03')
@@ -50,4 +52,5 @@
  # install a xsp configuration home
   install -D -m644 ${startdir}/src/${pkgname}.webapp \
     ${startdir}/pkg/etc/${pkgname}/${pkgname}.webapp
+  install -D -m644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list