From 2474122d49109964758b5c353d86bb51b6e95544 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Mon, 1 Aug 2016 20:05:20 +0000 Subject: [PATCH 1/4] efivar-efibootmgr.paketlendi --- talimatname/genel/efibootmgr/talimat | 16 ++++++++++++++++ talimatname/genel/efivar/talimat | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 talimatname/genel/efibootmgr/talimat create mode 100644 talimatname/genel/efivar/talimat diff --git a/talimatname/genel/efibootmgr/talimat b/talimatname/genel/efibootmgr/talimat new file mode 100644 index 000000000..c15c2e3df --- /dev/null +++ b/talimatname/genel/efibootmgr/talimat @@ -0,0 +1,16 @@ +# Description: Tool to modify UEFI Firmware Boot Manager Variables. +# URL: https://github.com/rhinstaller/efibootmgr +# Packager: alihan-ozturk28@hotmail.com +# Depends on: efivar + +name=efibootmgr +version=0.12.1 +release=1 +source=(https://crux.nu/~tek/${name}-${version}.tar.xz) + +build() { + cd $name-$version + make EXTRA_CFLAGS="-Os" + install -D src/efibootmgr $PKG/usr/sbin/efibootmgr + install -D src/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8 +} diff --git a/talimatname/genel/efivar/talimat b/talimatname/genel/efivar/talimat new file mode 100644 index 000000000..2cec78057 --- /dev/null +++ b/talimatname/genel/efivar/talimat @@ -0,0 +1,19 @@ +# Description: Tools and library to manipulate EFI variables. +# URL: https://github.com/rhinstaller/efivar +# Packager: alihan-ozturk28@hotmail.com +# Depends on: popt + +name=efivar +version=0.24 +release=1 + +source=( https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2) + +build() { +cd $name-$version +make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" V=1 -j1 +cd src/test +make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" V=1 -j1 +cd .. +make -j1 V=1 DESTDIR=$PKG libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" install +} From c03ac858266e1025159ffa16d296500f3f1854a8 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Mon, 1 Aug 2016 20:21:59 +0000 Subject: [PATCH 2/4] help2man.paketlendi --- talimatname/genel/help2man/talimat | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/talimatname/genel/help2man/talimat b/talimatname/genel/help2man/talimat index f974db9a6..d1d9408bc 100644 --- a/talimatname/genel/help2man/talimat +++ b/talimatname/genel/help2man/talimat @@ -1,10 +1,10 @@ # Description: Conversion tool to create man files # URL: URL: http://www.gnu.org/software/help2man/ -# NuTyX package info file (http://nutyx.org) -# Packager: # NuTyX package info file (http://nutyx.org) +# Packager: alihan-ozturk28@hotmail.com # Depends on: perl-locale-gettext + name=help2man -version=1.44.1 +version=1.47.3 release=1 source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz) @@ -18,7 +18,3 @@ build(){ make make DESTDIR=$PKG install } - - - -# NuTyX Pkgfile (http://nutyx.org) From bcf57f9622bad9262d69059f58e16b9f078bbc6e Mon Sep 17 00:00:00 2001 From: giresun28 Date: Mon, 1 Aug 2016 22:32:00 +0000 Subject: [PATCH 3/4] =?UTF-8?q?os-prober.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/os-prober/grub.ornek | 48 -------------------------- talimatname/genel/os-prober/talimat | 5 +-- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 talimatname/genel/os-prober/grub.ornek diff --git a/talimatname/genel/os-prober/grub.ornek b/talimatname/genel/os-prober/grub.ornek deleted file mode 100644 index a1f093d12..000000000 --- a/talimatname/genel/os-prober/grub.ornek +++ /dev/null @@ -1,48 +0,0 @@ -GRUB_DEFAULT=saved -GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="NuTyX" -GRUB_CMDLINE_LINUX_DEFAULT="quiet - initrd /boot/initrd" -GRUB_CMDLINE_LINUX="" - -# Preload both GPT and MBR modules so that they are not missed -GRUB_PRELOAD_MODULES="part_gpt part_msdos" - -# Uncomment to enable Hidden Menu, and optionally hide the timeout count -#GRUB_HIDDEN_TIMEOUT=5 -#GRUB_HIDDEN_TIMEOUT_QUIET=true - -# Uncomment to use basic console -GRUB_TERMINAL_INPUT=console - -# Uncomment to disable graphical terminal -#GRUB_TERMINAL_OUTPUT=console - -# The resolution used on graphical terminal -# note that you can use only modes which your graphic card supports via VBE -# you can see them in real GRUB with the command `vbeinfo' -GRUB_GFXMODE=auto - -# Uncomment to allow the kernel use the same resolution used by grub -GRUB_GFXPAYLOAD_LINUX=keep - -# Uncomment if you want GRUB to pass to the Linux kernel the old parameter -# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" -#GRUB_DISABLE_LINUX_UUID=true - -# Uncomment to disable generation of recovery mode menu entries -GRUB_DISABLE_RECOVERY=true - -# Uncomment and set to the desired menu colors. Used by normal and wallpaper -# modes only. Entries specified as foreground/background. -#GRUB_COLOR_NORMAL="light-blue/black" -#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" - -# Uncomment one of them for the gfx desired, a image background or a gfxtheme -#GRUB_BACKGROUND="/path/to/wallpaper" -#GRUB_THEME="/path/to/gfxtheme" - -# Uncomment to get a beep at GRUB start -#GRUB_INIT_TUNE="480 440 1" - -GRUB_SAVEDEFAULT="true" diff --git a/talimatname/genel/os-prober/talimat b/talimatname/genel/os-prober/talimat index c63bdb842..a9b523f50 100644 --- a/talimatname/genel/os-prober/talimat +++ b/talimatname/genel/os-prober/talimat @@ -1,7 +1,7 @@ # Description: os-prober # URL: https://packages.debian.org/source/sid/os-prober # Maintainer: milisarge -# Depends on: grub +# Depends on: name=os-prober version=1.71 @@ -42,9 +42,6 @@ mkdir $PKG/usr/lib/linux-boot-probes/mounted cp linux-boot-probes/mounted/common/* $PKG/usr/lib/linux-boot-probes/mounted cp linux-boot-probes/mounted/x86/* $PKG/usr/lib/linux-boot-probes/mounted -mkdir -p $PKG/etc/default/ -cp $SRC/grub.ornek $PKG/etc/default/grub - mkdir -p $PKG/usr/share/$name cp common.sh $PKG/usr/share/$name chmod +x $PKG/usr/share/$name/common.sh From db03babd570dabd4228a1722b8ee4d8f0952261f Mon Sep 17 00:00:00 2001 From: giresun28 Date: Mon, 1 Aug 2016 23:40:16 +0000 Subject: [PATCH 4/4] os-prober,perl-locale-gettex.paketlendi --- talimatname/genel/os-prober/talimat | 2 +- talimatname/genel/perl-locale-gettext/talimat | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/talimatname/genel/os-prober/talimat b/talimatname/genel/os-prober/talimat index a9b523f50..3239d596b 100644 --- a/talimatname/genel/os-prober/talimat +++ b/talimatname/genel/os-prober/talimat @@ -6,7 +6,7 @@ name=os-prober version=1.71 release=1 -source=(http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.71.tar.xz grub.ornek) +source=(http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.71.tar.xz) build() { cd $name-$version diff --git a/talimatname/genel/perl-locale-gettext/talimat b/talimatname/genel/perl-locale-gettext/talimat index d36dbc67e..65dee18fb 100644 --- a/talimatname/genel/perl-locale-gettext/talimat +++ b/talimatname/genel/perl-locale-gettext/talimat @@ -1,11 +1,10 @@ # Description: Permits access from Perl to the gettext() family of functions # URL: URL: http://search.cpan.org/dist/gettext/ -# NuTyX package info file (http://nutyx.org) -# Packager: # NuTyX package info file (http://nutyx.org) +# Packager: alihan-ozturk28@hotmail.com # Depends on: gettext -run=( perl ) + name=perl-locale-gettext -version=1.05 +version=1.07 release=1 source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz @@ -24,7 +23,3 @@ build() { find $PKG -name "$i" -exec rm -rf {} \; done } - - - -# NuTyX Pkgfile (http://nutyx.org)