milis/talimatname/genel/emacs/talimat

30 lines
701 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: özellikle genişletilebilir,ilişkili gerçek zamanlı metin editörü
# URL: https://www.gnu.org/software/emacs/
# Packager: milisarge
# Depends on: gtk2 desktop-file-utils libjpeg-turbo giflib
name=emacs
version=24.5
release=1
source=(https://ftp.gnu.org/pub/gnu/emacs/$name-$version.tar.xz
site-start.el)
build () {
cd $name-$version
./configure --prefix=/usr \
--without-gnutls \
--localstatedir=/var
make
make DESTDIR=$PKG install
chown -v -R root:root $PKG/usr/share/emacs/24.5
install -v -m755 -d $PKG/usr/share/emacs/site-lisp
cp -v $SRC/site-start.el $PKG/usr/share/emacs/site-lisp/site-start.el
}