diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-29 14:29:28 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-29 14:29:28 -0500 |
commit | 443b494d850bdd1bf8b062049ff7eb73cfc0daae (patch) | |
tree | 8c94e5e39ae674f416afad8bf5af555615e18fa1 /pcr | |
parent | 4c1a4511ebbf945b1e7f6d324c6987f35d613e56 (diff) | |
parent | 6303f3dfaf3e27308484ef4c44346e1b4695f863 (diff) | |
download | abslibre-443b494d850bdd1bf8b062049ff7eb73cfc0daae.tar.gz abslibre-443b494d850bdd1bf8b062049ff7eb73cfc0daae.tar.bz2 abslibre-443b494d850bdd1bf8b062049ff7eb73cfc0daae.zip |
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/utox/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/utox/PKGBUILD b/pcr/utox/PKGBUILD deleted file mode 100644 index dab2c5a71..000000000 --- a/pcr/utox/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer (Arch): Vlad M. <vlad@archlinux.net> -# Contributor (Arch): HÃ¥vard Pettersson <mail@haavard.me> -# Contributor (Arch): Madotsuki <madotsuki at cock dot li> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=utox -_pkgname=uTox -pkgver=0.9.8 -pkgrel=1 -pkgdesc='Lightweight Tox client' -arch=('i686' 'x86_64' 'armv7h') -url="https://github.com/GrayHatter/uTox" -license=('GPL3') -depends=('desktop-file-utils' - 'fontconfig' - 'libfilteraudio' - 'hicolor-icon-theme' - 'libdbus' - 'libxext' - 'libxrender' - 'openal' - 'toxcore' - 'v4l-utils') -optdepends=('gtk3: GTK file picker') -makedepends=('toxcore') -source=("https://github.com/GrayHatter/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('5e33ec8500a70ea2bd468881b2eec5d7f6adb112a64a9fdc5e6e3ff6f9c20e8e') - -build() { - cd "$_pkgname-$pkgver" - make -} - -package() { - cd "$_pkgname-$pkgver" - make PREFIX=/usr DESTDIR="$pkgdir" install -} |