woeusb
This commit is contained in:
parent
90d33cc322
commit
67e3d0cab3
|
@ -0,0 +1,19 @@
|
|||
# Description: Serbestçe yeniden kullanılabilir Autoconf makroları topluluğu
|
||||
# URL: http://www.gnu.org/software/autoconf-archive/
|
||||
# Packager: Cihan Alkan
|
||||
# Depends on:
|
||||
|
||||
name=autoconf-archive
|
||||
version=2017.03.21
|
||||
release=1
|
||||
|
||||
source=(http://ftpmirror.gnu.org/$name/$name-$version.tar.xz)
|
||||
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Description: Windows DVD'sinden veya bir iso dosyasından Windows USB bellek kurulum aracı oluşturma programı
|
||||
# URL: https://github.com/slacka/WoeUSB
|
||||
# Packager: Cihan Alkan
|
||||
# Depends on: wxgtk grub
|
||||
# Depends on: wxgtk grub libnotify parted ntfs-3g p7zip
|
||||
|
||||
name=woeusb
|
||||
version=2.0.3
|
||||
|
|
Loading…
Reference in New Issue