summaryrefslogtreecommitdiffstats
path: root/ffcast/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /ffcast/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'ffcast/PKGBUILD')
-rw-r--r--ffcast/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/ffcast/PKGBUILD b/ffcast/PKGBUILD
deleted file mode 100644
index 36acc17..0000000
--- a/ffcast/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: lolilolicon <lolilolicon@gmail.com>
-
-pkgname=ffcast
-epoch=1
-pkgver=1.0rc3
-pkgrel=2
-pkgdesc="screencast one or more interactively selected region or window"
-arch=(i686 x86_64)
-url="https://github.com/lolilolicon/FFcast2"
-license=(GPL3)
-depends=('bash>=4.2' ffmpeg libx11 xorg-xwininfo)
-makedepends=(perl)
-source=("https://github.com/downloads/lolilolicon/FFcast2/$pkgname-$pkgver.tar.gz")
-md5sums=('0094895473d5cf90eae2538f480e9bff')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir" install
-
- install -D -m644 README.asciidoc "$pkgdir/usr/share/doc/$pkgname"/README.txt
-}
-
-# vim:st=2:sw=2:et: