Skip to content

Commit

Permalink
upgpkg: chemtool 1.6.12-3 Fixed man page issue
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@78228 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
dgriffiths committed Apr 20, 2010
1 parent 0747a33 commit 0216823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chemtool/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@

pkgname=chemtool
pkgver=1.6.12
pkgrel=2
pkgrel=3
pkgdesc="A small program for drawing chemical structures"
arch=(i686 x86_64)
license=('GPL2')
url="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html"
depends=('gtk2')
options=(!libtool)
source=(http://ruby.chemie.uni-freiburg.de/~martin/$pkgname/$pkgname-$pkgver.tar.gz chemtool.desktop)
source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgver}.tar.gz chemtool.desktop)

build() {
cd $startdir/src/$pkgname-$pkgver
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man
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
make DESTDIR=${pkgdir}/ install
install -D -m644 gnome/chemtool.png ${pkgdir}/usr/share/pixmaps/chemtool.png
install -D -m644 ${srcdir}/chemtool.desktop ${pkgdir}/usr/share/applications/chemtool.desktop
}
md5sums=('f9e0633cbda09fcfe5a4ea4c56bcd460'
'8cbb6f7021bd5aaa6f6a31fc4d95a06e')

0 comments on commit 0216823

Please sign in to comment.