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

Jan de Groot jgc at archlinux.org
Fri Dec 5 20:46:09 UTC 2008


    Date: Friday, December 5, 2008 @ 15:46:09
  Author: jgc
Revision: 20571

nolibtool -> !libtool

Modified:
  tilp/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-05 20:44:35 UTC (rev 20570)
+++ PKGBUILD	2008-12-05 20:46:09 UTC (rev 20571)
@@ -6,19 +6,15 @@
 pkgdesc="TI graphing calculator link/transfer program"
 arch=(i686 x86_64)
 url="http://tilp.info/"
-license="GPL"
+license=('GPL')
 depends=('libglade' 'libticalcs')
-options=('FORCE' 'NOLIBTOOL')
+options=('force' '!libtool')
 source=("http://www.archlinux.org/~simo/tilp/tilp2.tar.gz")
 md5sums=('51f8082845606b3e16c291e9efc16116')
 
 build() {
-  cd $startdir/src/tilp2-$pkgver
-#  LDFLAGS="${LDFLAGS:- -export-dynamic}" ; export LDFLAGS
-#  ./configure --prefix=/usr --enable-exit-homedir --sysconfdir=/etc
-#  sed -i "s/desktop//g" Makefile
-#  mkdir -p $startdir/pkg/usr/lib/tilp
-  ./configure --without-kde --prefix=/usr
+  cd "${srcdir}/tilp2-${pkgver}"
+  ./configure --without-kde --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list