milis/talimatname/genel/x/xorriso/talimat

19 lines
330 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: ISO 9660 image manipulasyon araci
2016-08-02 18:14:20 +02:00
# URL: https://www.gnu.org/software/xorriso/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-08-02 18:14:20 +02:00
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
}