milis/talimatname/genel/i/isodumper/talimat

36 lines
953 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: ISO imajlarini USB belleğe yazdırmak için usb-imagewriter temelli bir program
2016-10-28 20:20:52 +02:00
# URL: https://github.com/papoteur-mga/isodumper
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: intltool imagemagick coreutils pango polkit procps-ng python-gtk python-cairo python-gobject2 libglade python dbus-python python-parted udisks2 xorg-term
2016-10-28 20:20:52 +02:00
name=isodumper
2017-10-10 07:50:15 +02:00
version=0.48
2016-10-28 20:20:52 +02:00
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
2017-10-10 06:43:36 +02:00
# Başlatıcı
mkdir -pv $PKG/usr/share/applications &&
cat > $PKG/usr/share/applications/isodumper.desktop << "EOF" &&
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=ISO Dumper
Comment=ISO Kalıp Yazma Programı
Icon=isodumper
Exec=isodumper
Categories=Utility;
StartupNotify=true
Terminal=false
EOF
2016-10-28 20:20:52 +02:00
cp $SRC/header.png $PKG/usr/share/isodumper
cp $SRC/header.svg $PKG/usr/share/isodumper
}