xorriso.paketlendi
This commit is contained in:
parent
a3d9032e85
commit
1a4f1ef7d2
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/xorriso/talimat
Normal file
17
talimatname/genel/xorriso/talimat
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: ISO 9660 Rock Ridge Filesystem Manipulator
|
||||||
|
# URL: https://www.gnu.org/software/xorriso/
|
||||||
|
# Pacakager: milisarge
|
||||||
|
|
||||||
|
name=xorriso
|
||||||
|
version=1.4.4
|
||||||
|
release=1
|
||||||
|
source=(https://www.gnu.org/software/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
|
||||||
|
./configure --prefix=/usr
|
||||||
|
|
||||||
|
make all
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue