contrib/nao/Pkgfile

23 lines
611 B
Plaintext
Raw Normal View History

2008-05-13 18:32:41 +02:00
# Description: powerful, flexible, and utterly configurable file manager for UNIX systems
# URL: http://nao.linux.pl/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: boost fox python
2008-05-13 18:32:41 +02:00
name=nao
version=0.4.1
2008-10-09 22:04:59 +02:00
release=2
source=(http://$name.linux.pl/data/$name-$version.tar.bz2
$name-${version}_ambiguous_reference.patch)
2008-05-13 18:32:41 +02:00
build() {
cd $name-$version
patch -p1 -i ../$name-${version}_ambiguous_reference.patch
2008-05-13 18:32:41 +02:00
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-nls \
--enable-python
make
make DESTDIR=$PKG install
}