Merge pull request #49 from giresun28/master
efivar, efibootmgr, help2man paketlendi
This commit is contained in:
		
						commit
						38fe656c58
					
				
					 6 changed files with 43 additions and 68 deletions
				
			
		
							
								
								
									
										16
									
								
								talimatname/genel/efibootmgr/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								talimatname/genel/efibootmgr/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										19
									
								
								talimatname/genel/efivar/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								talimatname/genel/efivar/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -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
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
# 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
 | 
			
		||||
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
 | 
			
		||||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue