duzenleme
This commit is contained in:
parent
74f8cc1424
commit
547d4f4ed2
|
@ -1,7 +1,7 @@
|
|||
# Description: Linux için bluetooth istemci ve kütüphaneleri.
|
||||
# URL: http://www.bluez.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: libical libvorbis alsa-lib libusb-compat libsndfile cups glib
|
||||
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
|
||||
# Depends on: libical libvorbis alsa-lib libusb-compat libsndfile cups glib
|
||||
|
||||
name=bluez
|
||||
version=5.37
|
||||
|
@ -9,7 +9,6 @@ release=2
|
|||
|
||||
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz
|
||||
$name-$version-obexd_without_systemd-1.patch)
|
||||
|
||||
build() {
|
||||
|
||||
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 -m644 doc/*.txt $PKG/usr/share/doc/$name-$version
|
||||
|
||||
# Startup Script
|
||||
# Startup Script
|
||||
cd ../$scripts-$scriptsversion
|
||||
make DESTDIR=$PKG install-bluetooth
|
||||
}
|
||||
|
|
|
@ -1,27 +1,26 @@
|
|||
|
||||
# Description: Genişletilebilir, özelleştirilebilir, gerçek-zamanlı bir editör.
|
||||
# URL: https://www.gnu.org/software/emacs/
|
||||
# Packager: dei
|
||||
# Depends on: gtk2 desktop-file-utils libjpeg-turbo giflib
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue