diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/expect | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/expect')
-rw-r--r-- | abs/core-testing/expect/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/abs/core-testing/expect/PKGBUILD b/abs/core-testing/expect/PKGBUILD deleted file mode 100644 index 0f2f46b..0000000 --- a/abs/core-testing/expect/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Kevin Piche <kevin@archlinux.org> - -pkgname=expect -pkgver=5.44.1.4 -pkgrel=2 -pkgdesc="A tool for automating interactive applications" -arch=(i686 x86_64) -depends=('tcl>=8.5.0' 'tk>=8.5.0') -makedepends=('tk>=8.5.0') -tcltkver=8.5.0 -source=(ftp://ftp.archlinux.org/other/expect/expect-$pkgver.tar.bz2 -#http://expect.nist.gov/src/expect-$pkgver.tar.bz2 -http://heanet.dl.sourceforge.net/sourceforge/tcl/tk$tcltkver-src.tar.gz -http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl$tcltkver-src.tar.gz) -url="http://expect.nist.gov/" - -build() { - cd $startdir/src/expect-5.44.1.4 - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-tcl=/usr/lib --with-tk=/usr/lib --without-x \ - --with-tclinclude=$startdir/src/tcl$tcltkver/generic \ - --with-tkinclude=$startdir/src/tk$tcltkver/generic - # Keep $startdir/pkg out of library search paths. - sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile - make || return 1 - make prefix=$startdir/pkg/usr exec_prefix=$startdir/pkg/usr sysconfdir=$startdir/pkg/etc \ - localstatedir=$startdir/pkg/var install - # Remove X related stuff. - rm -f $startdir/pkg/usr/bin/{multixterm,tknewsbiff,tkpasswd,xpstat} - rm -f $startdir/pkg/usr/man/man1/{multixterm.1,tknewsbiff.1} -} -md5sums=('bbfd5ef50f3c1df4fe79e5a20a947d41' - 'bc217c45ed6b2f5b8d3120df63fa13bd' - 'd890c505465411b25050b6cd95971d2c') |