[arch-commits] Commit in (libgphoto2/trunk/PKGBUILD wine/trunk/PKGBUILD)
Eduardo Romero
eduardo at archlinux.org
Wed Jul 9 19:19:38 UTC 2008
Date: Wednesday, July 9, 2008 @ 15:19:37
Author: eduardo
Revision: 4748
Modified:
libgphoto2/trunk/PKGBUILD
wine/trunk/PKGBUILD
---------------------------+
libgphoto2/trunk/PKGBUILD | 6 +++---
wine/trunk/PKGBUILD | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: libgphoto2/trunk/PKGBUILD
===================================================================
--- libgphoto2/trunk/PKGBUILD 2008-07-09 19:17:24 UTC (rev 4747)
+++ libgphoto2/trunk/PKGBUILD 2008-07-09 19:19:37 UTC (rev 4748)
@@ -3,7 +3,7 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=libgphoto2
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="The core of gphoto2 software. It is a portable library to gives access to more than 400 digital cameras."
arch=(i686 x86_64)
@@ -13,7 +13,7 @@
install=(libgphoto2.install)
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz
no-mdns.patch fix-udev.patch)
-md5sums=('adef1a564d3d1a48e1c13ece34b111b6'
+md5sums=('49c12c52031da50153d7fbd75b49124d'
'28f57616cbba6f12ca113b87c8123993'
'e5f3b19f7cdca8d72190170da995dfec')
options=('libtool')
@@ -34,7 +34,7 @@
pushd libgphoto2_port || return 1
libtoolize --force --copy || return 1
autoreconf || return 1
- popd
+ popd
./configure --prefix=/usr --with-exif --disable-static || return 1
make || return 1
Modified: wine/trunk/PKGBUILD
===================================================================
--- wine/trunk/PKGBUILD 2008-07-09 19:17:24 UTC (rev 4747)
+++ wine/trunk/PKGBUILD 2008-07-09 19:19:37 UTC (rev 4748)
@@ -3,7 +3,7 @@
pkgname=wine
pkgver=1.1.0
pkgrel=2
-pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
+pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
arch=('i686')
license=('LGPL')
@@ -17,10 +17,10 @@
md5sums=('b2374c4802bbef2f03633e153643b870')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --with-x --without-capi
make depend || return 1
make || return 1
- make prefix=$startdir/pkg/usr install || return 1
- mkdir -p $startdir/pkg/etc/wine
+ make prefix=$pkgdir/usr install || return 1
+ mkdir -p $pkgdir/etc/wine
}
More information about the arch-commits
mailing list