updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / husky-hpt-cvs / PKGBUILD
blobc2e0cfc5d0aa0e98d1816aaace92775efb7dd1a4
1 pkgname=husky-hpt-cvs
2 pkgver=20091210
3 pkgrel=1
4 pkgdesc="hpt stands for Highly Portable Tosser or High Performance Tosser, whichever you like :-). It is a full-featured FTN tosser."
5 arch=('i686' 'x86_64')
6 url="http://husky.sourceforge.net/"
7 license=('GPL2')
9 depends=('husky-fidoconf-cvs' 'husky-huskylib-cvs')
10 provides=('hpt')
12 _cvsroot=":pserver:anonymous@husky.cvs.sourceforge.net:/cvsroot/husky"
13 _cvsmod="hpt"
15 options=('!libtool')
16 build() {
17         msg "Performing source checkout..."
18         if [ -d "$_cvsmod/CVS" ]; then
19                 cd "$_cvsmod"
20                 cvs -z3 update -d || return 1
21                 cd ..
22         else
23                 cvs -z3 -d $_cvsroot co -D $pkgver -f "$_cvsmod" || return 1
24         fi
25         msg "Source checkout finished."
26         rm -rf "$_cvsmod-build"
27         cp -r "$_cvsmod" "$_cvsmod-build" || return 1
28         cd "$_cvsmod-build"
29         make || return 1
30         make DESTDIR=${pkgdir} install