[arch-commits] Commit in fatresize (3 files)

Antonio Rojas arojas at archlinux.org
Thu May 2 09:46:02 UTC 2019


    Date: Thursday, May 2, 2019 @ 09:46:01
  Author: arojas
Revision: 457736

archrelease: copy trunk to community-x86_64

Added:
  fatresize/repos/
  fatresize/repos/community-x86_64/
  fatresize/repos/community-x86_64/PKGBUILD
    (from rev 457735, fatresize/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: fatresize/repos/community-x86_64/PKGBUILD (from rev 457735, fatresize/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-05-02 09:46:01 UTC (rev 457736)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: ValHue <vhuelamo at gmail dot com>
+# Contributor: Alexander Blinne <alexander[at]blinne[dot]net>
+
+pkgname=fatresize
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='A utility to resize FAT filesystems using libparted'
+url='https://sourceforge.net/projects/fatresize/'
+arch=(x86_64)
+license=(GPL3)
+depends=(parted)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ya-mouse/fatresize/archive/v$pkgver.tar.gz")
+sha256sums=('7f3ab7a9ac92335f66d239419860f674359449d49cf67ba1af7a8b686303612b')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fisv
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/
+}



More information about the arch-commits mailing list