milis/talimatname/genel/isodumper/talimat

20 lines
668 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: ISO imajlarini USB belleğe yazdırmak için usb-imagewriter temelli bir program
# URL: https://github.com/papoteur-mga/isodumper
# Packager: alihan-ozturk28@hotmail.com
# Depends on: intltool imagemagick coreutils pango polkit procps-ng python-gtk python-cairo python-gobject2 libglade python dbus-python python-parted udisks2 xorg-term
name=isodumper
version=0.48
release=1
source=( http://gitweb.mageia.org/software/isodumper/snapshot/$name-$version.tar.gz
header.png
header.svg)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
cp $SRC/header.png $PKG/usr/share/isodumper
cp $SRC/header.svg $PKG/usr/share/isodumper
}