]> wimlib.net Git - wimlib/commitdiff
Remove Arch Linux PKGBUILD
authorEric Biggers <ebiggers3@gmail.com>
Sat, 21 Jul 2018 20:10:41 +0000 (13:10 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 21 Jul 2018 20:15:26 +0000 (13:15 -0700)
There's now an official Arch Linux package for wimlib.
So the PKGBUILD file in-tree is redundant.

Makefile.am
archlinux/PKGBUILD [deleted file]
tools/update-version

index b72bd1df112c51ff16c81310b39d481db65df5f7..92c09feb8ac259fe2ec164e5fee94f61f75d3ac2 100644 (file)
@@ -20,7 +20,7 @@ AM_LDFLAGS    = $(PLATFORM_LDFLAGS)
 EXTRA_DIST     = README README.WINDOWS                                 \
                  COPYING COPYING.GPLv3 COPYING.LGPLv3 COPYING.CC0      \
                  examples                                              \
-                 archlinux debian rpm
+                 debian rpm
 
 ##############################################################################
 #                              Library                                      #
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
deleted file mode 100644 (file)
index c4f55e6..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="A library and program to extract, create, and modify WIM files"
-arch=("i686" "x86_64")
-url="https://wimlib.net"
-license=("custom")
-depends=("openssl" "fuse" "libxml2" "ntfs-3g")
-checkdepends=("attr")
-optdepends=("cdrkit: for making ISO image of Windows PE"
-       "mtools: for making disk image of Windows PE"
-       "syslinux: for making disk image of Windows PE"
-       "cabextract: for extracting Windows PE from the WAIK")
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
-
-build() {
-       cd "$pkgname-$pkgver"
-       ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
-       make
-}
-
-check() {
-       cd "$pkgname-$pkgver"
-       make check
-}
-
-package() {
-       cd "$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
-       for file in NEWS README; do
-               install -Dm644 $file "$pkgdir/usr/share/doc/$pkgname/$file"
-       done
-       for file in COPYING*; do
-               install -Dm644 $file "$pkgdir/usr/share/licenses/$pkgname/$file"
-       done
-}
index 92fcf7b35b992c8b7172fbe9bbd2861ea85b7745..99f7b74dacae27bece918d44d72f872ac91eb1f7 100755 (executable)
@@ -26,8 +26,6 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm
 sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/;1s/wimlib $oldver/wimlib $newver/"        \
          doc/man[1-9]/*.[1-9]
 
-sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD
-
 sed -i "1i\\
 wimlib ($newver-1) unstable; urgency=low\\
 \\