diff options
Diffstat (limited to 'community/wmctrl')
-rw-r--r-- | community/wmctrl/PKGBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD index a4cb2b48f..a55c065f5 100644 --- a/community/wmctrl/PKGBUILD +++ b/community/wmctrl/PKGBUILD @@ -8,19 +8,15 @@ pkgver=1.07 pkgrel=2 pkgdesc="Control your EWMH compliant window manager from command line" url="http://sweb.cz/tripie/utils/wmctrl/" -arch=('i686' 'x86_64') +arch=('i686' 'mips64el') license=('GPL') depends=(libxmu glib2) -source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz - get_property-x86_64.patch::http://patch-tracking.debian.net/patch/misc/dl/wmctrl/1.07-6/main.c) -md5sums=('1fe3c7a2caa6071e071ba34f587e1555' - '0d0173fa96e8ff318ea391dffa51235a') +source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz) +md5sums=('1fe3c7a2caa6071e071ba34f587e1555') build() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 -i "$srcdir/get_property-x86_64.patch" - ./configure --prefix=/usr --mandir=$pkgdir/usr/share/man make } @@ -29,4 +25,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir/usr" install } - |