duzenleme

This commit is contained in:
milisman 2017-02-09 14:40:47 +02:00
parent 74f8cc1424
commit 547d4f4ed2
2 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Description: Linux için bluetooth istemci ve kütüphaneleri. # Description: Linux için bluetooth istemci ve kütüphaneleri.
# URL: http://www.bluez.org/ # URL: http://www.bluez.org/
# Packager: milisarge # Packager: pierre at nutyx dot org, tnut at nutyx dot org
# Depends on: libical libvorbis alsa-lib libusb-compat libsndfile cups glib # Depends on: libical libvorbis alsa-lib libusb-compat libsndfile cups glib
name=bluez name=bluez
version=5.37 version=5.37
@ -9,7 +9,6 @@ release=2
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz
$name-$version-obexd_without_systemd-1.patch) $name-$version-obexd_without_systemd-1.patch)
build() { build() {
source /etc/blfs-bootscripts source /etc/blfs-bootscripts
@ -73,7 +72,7 @@ install -m644 profiles/network/network.conf \
install -v -dm755 $PKG/usr/share/doc/$name-$version install -v -dm755 $PKG/usr/share/doc/$name-$version
install -v -m644 doc/*.txt $PKG/usr/share/doc/$name-$version install -v -m644 doc/*.txt $PKG/usr/share/doc/$name-$version
# Startup Script # Startup Script
cd ../$scripts-$scriptsversion cd ../$scripts-$scriptsversion
make DESTDIR=$PKG install-bluetooth make DESTDIR=$PKG install-bluetooth
} }

View File

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