[arch-commits] Commit in wesnoth/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Nov 25 01:37:19 UTC 2008


    Date: Monday, November 24, 2008 @ 20:37:19
  Author: eric
Revision: 19522

upgpkg: wesnoth 1.4.6-1
    added --localstatedir=/var config option to have daemon use /var/run instead of /usr/var/run

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-25 00:55:27 UTC (rev 19521)
+++ PKGBUILD	2008-11-25 01:37:19 UTC (rev 19522)
@@ -12,15 +12,15 @@
 url="http://www.wesnoth.org/" 
 depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost' 'python>=2.6')
 install=wesnoth.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e92234b29f062b3779750ba3cd0a71b')
 
 build() { 
   cd $startdir/src/$pkgname-$pkgver 
-  ./configure --prefix=/usr --enable-tools --enable-editor --enable-server 
+  ./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
   make || return 1 
-  make prefix=$startdir/pkg/usr install 
+  make DESTDIR=$startdir/pkg install 
 # install menu entry
   install -D -m644 icons/wesnoth.desktop $startdir/pkg/usr/share/applications/wesnoth.desktop
   install -D -m644 images/wesnoth-icon.png $startdir/pkg/usr/share/pixmaps/wesnoth-icon.png 
 }
-md5sums=('9e92234b29f062b3779750ba3cd0a71b')




More information about the arch-commits mailing list