diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-02-16 21:31:06 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-02-16 21:31:06 +0100 |
commit | 4208afdd1ca0390018bc8e906e58d657e9be9c29 (patch) | |
tree | 2857d3fe75f72331ac8178fc07641c20203e2fa3 /xdg-utils | |
parent | 8dd079d95071a4067538582499c8a1d24a36e5cd (diff) | |
download | contrib-4208afdd1ca0390018bc8e906e58d657e9be9c29.tar.gz contrib-4208afdd1ca0390018bc8e906e58d657e9be9c29.tar.xz |
xdg-utils: adopted. Cleanups come later
Diffstat (limited to 'xdg-utils')
-rw-r--r-- | xdg-utils/.signature | 4 | ||||
-rw-r--r-- | xdg-utils/Pkgfile | 16 |
2 files changed, 9 insertions, 11 deletions
diff --git a/xdg-utils/.signature b/xdg-utils/.signature index 6a0e8038b..754f9b2f3 100644 --- a/xdg-utils/.signature +++ b/xdg-utils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38G9UIV6TRMhmuBYHJX0BgItxfg78DYc07z35L7GVk+SdYuj7Wl1O1/5SBDmG1IYSwDgsO/ZNQ+2DfAgHgA3WgA= -SHA256 (Pkgfile) = a9d54d32beae8c22f9fe99fd634369ad13b5b3555923ed06ccd663cd3c6e360c +RWSagIOpLGJF38WrBNd50f55fADYb2vYRNLdI8W1z4M+FhoiIDZt4atfMKUccOjJshwwSizCbRLW6MsPT+0DLAmLjKx5gQ7N1wQ= +SHA256 (Pkgfile) = 8373db156608b3766f556037bb35e60a6116bac865feb43c00d2e76573ef4293 SHA256 (.footprint) = 219b6f0f5b423a388cd8c9173160ae32c73c915b202f3a7ad55c29707a9df367 SHA256 (xdg-utils-1.0.2.tgz) = 21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac diff --git a/xdg-utils/Pkgfile b/xdg-utils/Pkgfile index 4d6aaffd0..b89acc38e 100644 --- a/xdg-utils/Pkgfile +++ b/xdg-utils/Pkgfile @@ -1,19 +1,17 @@ # Description: Command line tools for desktop integration tasks. # URL: http://portland.freedesktop.org/ -# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl -# Packager: Victor Martinez, pitillo at ono dot com +# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru # Depends on: name=xdg-utils version=1.0.2 release=1 -source=(http://portland.freedesktop.org/download/${name}-${version}.tgz) +source=(http://portland.freedesktop.org/download/$name-$version.tgz) build() { - cd ${name}-${version} - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-nls - make - make DESTDIR=${PKG} install + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls + make + make DESTDIR=${PKG} install } |