milis/talimatname/genel/bluefish/talimat

24 lines
682 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Deneyimli web geliştiricileri ve programcılar için güçlü bir editör.
# URL: http://bluefish.openoffice.nl/
# Maintainer: Olivier Sessink
# Packager: tnut at nutyx dor org
# Depends on: pcre enchant gtk2 desktop-file-utils
name=bluefish
version=2.2.8
release=1
source=(http://www.bennewitz.com/bluefish/stable/source/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-freedesktop_org-menu=/usr/share/applications \
--with-freedesktop_org-mime=/usr/share/mime \
--with-icon-path=/usr/share/pixmaps \
--disable-update-databases \
--without-libgnomeui \
--docdir=/usr/share/doc/$name-$version
make
make DESTDIR=$PKG install
}