summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/fuzemux/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/fuzemux/PKGBUILD')
-rw-r--r--abs/extra/community/fuzemux/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra/community/fuzemux/PKGBUILD b/abs/extra/community/fuzemux/PKGBUILD
deleted file mode 100644
index aa542a5..0000000
--- a/abs/extra/community/fuzemux/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Michael Hanson <hansonorders@verizon.net>
-# Maintainer: Michael Hanson <hansonorders@verizon.net>
-pkgname=fuzemux
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A tool to remux AVI video files for the San Disk Sansa Fuze portable media player"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fuzemux"
-license=('cc-by-sa-3.0')
-source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}-fixed.tar.gz")
-provides=('fuzemux')
-replaces=('fuzemux-svn')
-install=fuzemux.install
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make || return 1
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir}/ install
-}
-md5sums=('6c7323e9b98620b39644e4d652b3f8ad')