17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
# Description: Bu, esnek, hızlı sözcüksel tarayıcının bir varyantı
|
||
# URL: http://invisible-island.net/reflex/reflex.html
|
||
# packager: milisarge
|
||
# Depends on:
|
||
|
||
name=reflex
|
||
version=20100627
|
||
release=1
|
||
source=(ftp://invisible-island.net/${name}/${name}-${version}.tgz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --mandir=/usr/man
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|