milis/talimatname/genel/xorriso/talimat

19 lines
337 B
Text
Raw Normal View History

2017-01-30 04:42:26 +03:00
# Description: ISO 9660 image manipulasyon araci
2016-08-02 16:14:20 +00:00
# URL: https://www.gnu.org/software/xorriso/
2017-01-30 04:42:26 +03:00
# Packager: milisarge
# Depends on:
2016-08-02 16:14:20 +00: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
}