[arch-commits] Commit in btfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Aug 19 18:54:54 UTC 2019
Date: Monday, August 19, 2019 @ 18:54:53
Author: jelle
Revision: 500211
archrelease: copy trunk to community-x86_64
Added:
btfs/repos/community-x86_64/PKGBUILD
(from rev 500210, btfs/trunk/PKGBUILD)
Deleted:
btfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-19 18:54:43 UTC (rev 500210)
+++ PKGBUILD 2019-08-19 18:54:53 UTC (rev 500211)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=btfs
-pkgver=2.19
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('x86_64')
-url="https://github.com/johang/btfs"
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
-sha512sums=('e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
- autoreconf -i
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 500210, btfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-19 18:54:53 UTC (rev 500211)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.19
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('x86_64')
+url="https://github.com/johang/btfs"
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6')
+
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -i
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list