CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / task / Pkgfile
CommitLineData
5d425b38
JB
1# Description: Powerful task manager for the command-line
2# URL: http://taskwarrior.org/projects/show/taskwarrior/
3# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5d425b38
JB
5
6name=task
7version=1.9.0
8release=1
9source=(http://www.taskwarrior.org/download/$name-$version.tar.gz)
10
11build () {
12 cd $name-$version
13 sed -i 's/-O3//' configure
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --mandir=/usr/man
19
20 make
21 make DESTDIR=$PKG install
22 rm -r $PKG/usr/share
23}