Skip to content

Commit

Permalink
Merged revisions 356,49282 via svnmerge from
Browse files Browse the repository at this point in the history
svn+ssh://svn.archlinux.org/srv/svn-packages/chemtool/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r49282 | tpowa | 2009-08-05 23:13:05 +0200 (Mi, 05 Aug 2009) | 1 line
  
  upgpkg: chemtool 1.6.12-1
........


git-svn-id: file:///srv/repos/svn-packages/svn@49283 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
tpowa committed Aug 5, 2009
1 parent 7074d25 commit e20f982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chemtool/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Maintainer: Tobias Powalowski <[email protected]>

pkgname=chemtool
pkgver=1.6.11
pkgver=1.6.12
pkgrel=1
pkgdesc="A small program for drawing chemical structures"
arch=(i686 x86_64)
Expand All @@ -14,11 +14,11 @@ source=(http://ruby.chemie.uni-freiburg.de/~martin/$pkgname/$pkgname-$pkgver.tar

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/share
make || return 1
make DESTDIR=$startdir/pkg/ install
install -D -m644 gnome/chemtool.png $startdir/pkg/usr/share/pixmaps/chemtool.png
install -D -m644 $startdir/src/chemtool.desktop $startdir/pkg/usr/share/applications/chemtool.desktop
}
md5sums=('25c15b2ee73fc89b4e34cafd57daca31'
md5sums=('f9e0633cbda09fcfe5a4ea4c56bcd460'
'8cbb6f7021bd5aaa6f6a31fc4d95a06e')

0 comments on commit e20f982

Please sign in to comment.