[arch-commits] CVS update of unstable/x11/fvwm-devel (PKGBUILD)

Travis Willard travis at archlinux.org
Tue Aug 21 00:29:51 UTC 2007


    Date: Monday, August 20, 2007 @ 20:29:51
  Author: travis
    Path: /home/cvs-unstable/unstable/x11/fvwm-devel

Modified: PKGBUILD (1.11 -> 1.12)

Add license infos.


----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


Index: unstable/x11/fvwm-devel/PKGBUILD
diff -u unstable/x11/fvwm-devel/PKGBUILD:1.11 unstable/x11/fvwm-devel/PKGBUILD:1.12
--- unstable/x11/fvwm-devel/PKGBUILD:1.11	Sun Feb 25 13:08:19 2007
+++ unstable/x11/fvwm-devel/PKGBUILD	Mon Aug 20 20:29:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.11 2007/02/25 18:08:19 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.12 2007/08/21 00:29:51 travis Exp $
 # Maintainer: Tobias Kieslich <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at archlinux.org>
 
@@ -8,6 +8,7 @@
 pkgdesc="A multiple large virtual desktop window manager originally derived from twm"
 arch=('i686' 'x86_64')
 url="http://www.fvwm.org"
+license=('GPL' 'custom')
 depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxft' 'libxpm' 'libxinerama' 'readline')
 makedepends=('pkgconfig')
 conflicts=('fvwm')
@@ -29,4 +30,8 @@
   rm -f ${startdir}/pkg/etc/fvwm/{Makefile,Makefile.am,Makefile.in}
   install -Dm 644 ../${pkgname}.desktop \
     ${startdir}/pkg/etc/X11/sessions/${pkgname}.desktop
+
+  #install license
+  install -D -m0644 $startdir/src/fvwm-${pkgver}/COPYING \
+                    $startdir/pkg/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list