2018-06-09 00:06:58 +02:00
# Tanı m: Windows DVD'sinden veya bir iso dosyası ndan Windows USB bellek kurulum aracı oluşturma programı
# URL: https://github.com/slacka/WoeUSB
# Paketçi: Cihan_Alkan
# Gerekler: wxgtk grub libnotify parted ntfs-3g p7zip
2018-07-26 09:14:36 +02:00
# Grup: sistem
2018-06-09 00:06:58 +02:00
isim=woeusb
surum=3.2.1
devir=1
kaynak=(trad.mo)
derle() {
git_indir https://github.com/slacka/WoeUSB.git $isim
cd $isim
autoreconf --force --install
autoconf
./configure
make
make DESTDIR="$PKG/" prefix="/usr/" install
mkdir $PKG/usr/share/woeusb/locale/tr
mkdir $PKG/usr/share/woeusb/locale/tr/LC_MESSAGES
cp $SRC/trad.mo $PKG/usr/share/woeusb/locale/tr/LC_MESSAGES/
echo "Comment[tr_TR]=Windows DVD'sinden veya bir iso dosyası ndan Windows USB bellek kurulum aracı oluşturma programı " >> $PKG/usr/share//applications/woeusbgui.desktop
}